mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
remove ad-hoc diagnostics
This commit is contained in:
parent
40fe472e95
commit
127af83c53
|
@ -101,7 +101,6 @@ namespace api {
|
|||
m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid));
|
||||
|
||||
install_tactics(*this);
|
||||
// std::cout << "alloc\n";
|
||||
}
|
||||
|
||||
|
||||
|
@ -114,7 +113,6 @@ namespace api {
|
|||
}
|
||||
if (m_params.owns_manager())
|
||||
m_manager.detach();
|
||||
// std::cout << "dealloc " << memory::get_allocation_size() << "\n";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue