summaryrefslogtreecommitdiffstats
path: root/src/base/abci/abcLog.c
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2013-03-26 14:32:21 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2013-03-26 14:32:21 -0700
commit17af45424f4510a3fb41c8132780024dcfbd3fd6 (patch)
treed2f9e6d8570d2b34a505626f01f1013b5ed8057c /src/base/abci/abcLog.c
parent93b1031664a0c0fea6902bb2f2b642a5eabb9dc7 (diff)
downloadabc-17af45424f4510a3fb41c8132780024dcfbd3fd6.tar.gz
abc-17af45424f4510a3fb41c8132780024dcfbd3fd6.tar.bz2
abc-17af45424f4510a3fb41c8132780024dcfbd3fd6.zip
Commenting out undesirable warnings/assertions.
Diffstat (limited to 'src/base/abci/abcLog.c')
-rw-r--r--src/base/abci/abcLog.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/base/abci/abcLog.c b/src/base/abci/abcLog.c
index b583aa02..e0ad3cc1 100644
--- a/src/base/abci/abcLog.c
+++ b/src/base/abci/abcLog.c
@@ -163,9 +163,8 @@ int Abc_NtkReadLogFile( char * pFileName, Abc_Cex_t ** ppCex, int * pnFrames )
if ( pToken )
nFrames2 = atoi( pToken );
}
- else
- printf( "Warning! The current status is SAT but the current CEX is not given.\n" );
-
+// else
+// printf( "Warning! The current status is SAT but the current CEX is not given.\n" );
}
else if ( !strncmp( Buffer, "snl_UNK", strlen("snl_UNK") ) )
{