mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +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.
|
// OK.
|
||||||
}
|
}
|
||||||
m_ctx = 0;
|
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) {
|
catch (Throwable t) {
|
||||||
throw t;
|
throw t;
|
||||||
|
|
Loading…
Reference in a new issue