Skip to content

Commit bec38f2

Browse files
remove debug code
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 7f073a0 commit bec38f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/util/params.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ class params {
339339
void inc_ref() { m_ref_count++; }
340340
void dec_ref() {
341341
SASSERT(m_ref_count > 0);
342-
if (m_ref_count > 10000)
343-
IF_VERBOSE(0, verbose_stream() << this << " " << m_ref_count << " " << std::this_thread::get_id() << "\n";);
344342
if (--m_ref_count == 0) dealloc(this);
345343
}
346344

0 commit comments

Comments
 (0)