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:
parent
5e0470f5a3
commit
bae3a76c8a
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue