Commenting out verbose statements.

This commit is contained in:
Alan Mishchenko 2012-03-08 02:10:20 +01:00
parent 3634f60d7a
commit 76f3e03cc1
1 changed files with 4 additions and 4 deletions

View File

@ -1400,8 +1400,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose )
{
extern int Gia_ManToBridgeAbsNetlist( FILE * pFile, Gia_Man_t * p );
Gia_Man_t * pAbs;
if ( fVerbose )
Abc_Print( 1, "Sending abstracted model...\n" );
// if ( fVerbose )
// Abc_Print( 1, "Sending abstracted model...\n" );
if ( !Abc_FrameIsBridgeMode() )
return;
// create obj classes
@ -1421,8 +1421,8 @@ void Gia_VtaSendAbsracted( Vta_Man_t * p, int fVerbose )
void Gia_VtaSendCancel( Vta_Man_t * p, int fVerbose )
{
extern int Gia_ManToBridgeBadAbs( FILE * pFile );
if ( fVerbose )
Abc_Print( 1, "Cancelling previously sent model...\n" );
// if ( fVerbose )
// Abc_Print( 1, "Cancelling previously sent model...\n" );
if ( !Abc_FrameIsBridgeMode() )
return;
Gia_ManToBridgeBadAbs( stdout );