mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 02:16:16 +00:00
Removed unnecessary debug output.
This commit is contained in:
parent
5e0470f5a3
commit
bae3a76c8a
1 changed files with 0 additions and 7 deletions
|
@ -3783,13 +3783,6 @@ 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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue