From: trevor_hansen Date: Sat, 4 Feb 2012 04:07:49 +0000 (+0000) Subject: Remove debugging message. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=3a6b9d644fd3dc2f1c4d7003625f41c92bd2ecbe;p=francis%2Fstp.git Remove debugging message. git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1557 e59a4935-1847-0410-ae03-e826735625c1 --- diff --git a/src/to-sat/BitBlaster.cpp b/src/to-sat/BitBlaster.cpp index 739e7eb..dc798f2 100644 --- a/src/to-sat/BitBlaster.cpp +++ b/src/to-sat/BitBlaster.cpp @@ -239,7 +239,7 @@ namespace BEEV else p = make_pair(n, other); - cerr << "EQUIV"; + //cerr << "EQUIV"; equivs.insert(p); } }