mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 12:28:44 +00:00
Removed unnecessary debug output.
This commit is contained in:
parent
bae3a76c8a
commit
b66f34f0d2
|
@ -3798,7 +3798,6 @@ public class Context extends IDisposable
|
|||
**/
|
||||
public void dispose()
|
||||
{
|
||||
System.out.println("> context disposing.");
|
||||
m_AST_DRQ.clear(this);
|
||||
m_ASTMap_DRQ.clear(this);
|
||||
m_ASTVector_DRQ.clear(this);
|
||||
|
|
Loading…
Reference in a new issue