diff options
Diffstat (limited to 'src/base/abci/abcLog.c')
-rw-r--r-- | src/base/abci/abcLog.c | 5 |
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") ) ) { |