3
0
Fork 0
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:
Christoph M. Wintersteiger 2015-10-14 12:53:18 +01:00
parent bae3a76c8a
commit b66f34f0d2

View file

@ -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);