3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

remove ad-hoc diagnostics

This commit is contained in:
Nikolaj Bjorner 2022-05-15 13:04:47 -07:00
parent 40fe472e95
commit 127af83c53

View file

@ -101,7 +101,6 @@ namespace api {
m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid)); m_dt_plugin = static_cast<datatype_decl_plugin*>(m().get_plugin(m_dt_fid));
install_tactics(*this); install_tactics(*this);
// std::cout << "alloc\n";
} }
@ -114,7 +113,6 @@ namespace api {
} }
if (m_params.owns_manager()) if (m_params.owns_manager())
m_manager.detach(); m_manager.detach();
// std::cout << "dealloc " << memory::get_allocation_size() << "\n";
} }