From: trevor_hansen Date: Sun, 27 Feb 2011 13:33:16 +0000 (+0000) Subject: Bugfix. Terrible. Forgot to delete debugging code. Too late. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=e3dea097f0329fdd04c58ac7f36f123e487d7ac4;p=francis%2Fstp.git Bugfix. Terrible. Forgot to delete debugging code. Too late. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1177 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/simplifier/UseITEContext.h b/src/simplifier/UseITEContext.h index 871ae19..5c16e25 100644 --- a/src/simplifier/UseITEContext.h +++ b/src/simplifier/UseITEContext.h @@ -107,7 +107,6 @@ namespace BEEV ASTNodeSet context; ASTNode result= visit(n,visited,context); runtimes->stop(RunTimes::UseITEContext); - cout << "from" << n << "to" << result; return result; }