]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Fix to the last checkin, remove a debugging output.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 25 Mar 2012 01:37:12 +0000 (01:37 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sun, 25 Mar 2012 01:37:12 +0000 (01:37 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1605 e59a4935-1847-0410-ae03-e826735625c1

src/simplifier/simplifier.cpp

index 9551d9b199ac44663a66e833e5eb101f1baf7f13..44e3958247cee0b0d55fd09ef8d673056b067f8d 100644 (file)
@@ -2792,7 +2792,6 @@ namespace BEEV
             div = nf->CreateTerm(BVCONCAT,inputValueWidth,_bm->CreateZeroConst(inputValueWidth-rest),div);
 
             output = nf->CreateTerm(ITE, inputValueWidth, cond, div, _bm->CreateZeroConst(inputValueWidth));
-            cerr << output;
             break;
           }