From 631b50aa591f47a48cc91813a975effddd3a1f76 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Tue, 26 Apr 2011 22:56:04 -0400 Subject: Commented out debug messages. --- src/base/cmd/cmdPlugin.c | 4 ++-- src/base/io/ioReadAiger.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/base') diff --git a/src/base/cmd/cmdPlugin.c b/src/base/cmd/cmdPlugin.c index 71adeec9..958dac40 100644 --- a/src/base/cmd/cmdPlugin.c +++ b/src/base/cmd/cmdPlugin.c @@ -560,8 +560,8 @@ int Cmd_CommandAbcPlugIn( Abc_Frame_t * pAbc, int argc, char ** argv ) pAbc->Status = Abc_ManReadStatus( pFileOut, "result:" ); // get bug-free depth pAbc->nFrames = Abc_ManReadInteger( pFileOut, "bug-free-depth:" ); - if ( pAbc->nFrames == -1 ) - printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" ); +// if ( pAbc->nFrames == -1 ) +// printf( "Gia_ManCexAbstractionStartNew(): Cannot read the number of frames covered by BMC.\n" ); // get abstraction pAbc->pGia->vFlopClasses = Abc_ManReadBinary( pFileOut, "abstraction:" ); // get counter-example diff --git a/src/base/io/ioReadAiger.c b/src/base/io/ioReadAiger.c index 61d2967b..a5f6fb1d 100644 --- a/src/base/io/ioReadAiger.c +++ b/src/base/io/ioReadAiger.c @@ -407,7 +407,7 @@ Abc_Ntk_t * Io_ReadAiger( char * pFileName, int fCheck ) vTerms = pNtkNew->vPos; else { - fprintf( stdout, "Wrong terminal type.\n" ); +// fprintf( stdout, "Wrong terminal type.\n" ); return NULL; } // get the terminal number -- cgit v1.2.3