Commenting out printout.

This commit is contained in:
Alan Mishchenko 2012-10-10 17:35:33 -07:00
parent cc0e5d4f1d
commit 0294fc7861
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p )
printf( "Fanin 0 of CO node %d has a repr.\n", i ), fProb = 1;
}
}
if ( !fProb )
printf( "GIA with choices is correct.\n" );
// if ( !fProb )
// printf( "GIA with choices is correct.\n" );
}
/**Function*************************************************************