From 27ccab68a41bb39f08d7867b53da2215f251144d Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 6 Jun 2012 18:08:28 +0000 Subject: [PATCH] removing std::cout from trunk --- src/smt/smt_engine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp index 14b3e3b42..cc645f7b7 100644 --- a/src/smt/smt_engine.cpp +++ b/src/smt/smt_engine.cpp @@ -1184,7 +1184,6 @@ void SmtEnginePrivate::processAssertions() { if(Dump.isOn("assertions")) { // Push the simplified assertions to the dump output stream - cout << "###Finished second removeITEs"; for (unsigned i = 0; i < d_assertionsToCheck.size(); ++ i) { Dump("assertions") << AssertCommand(BoolExpr(d_assertionsToCheck[i].toExpr())); -- 2.30.2