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

Removed unnecessary debug output.

This commit is contained in:
Christoph M. Wintersteiger 2015-10-14 12:52:16 +01:00
parent 5e0470f5a3
commit bae3a76c8a

View file

@ -3783,14 +3783,7 @@ public class Context extends IDisposable
// OK.
}
m_ctx = 0;
System.out.println("> disposed OK.");
}
else if (m_refCount.get() < 0)
System.out.println("XXX negative ref count");
else
{
System.out.println("XXX context not disposed");
}
}
catch (Throwable t) {
throw t;