Commit 0294fc78 by Alan Mishchenko

Commenting out printout.

parent cc0e5d4f
...@@ -137,8 +137,8 @@ void Gia_ManVerifyChoices( Gia_Man_t * p ) ...@@ -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; printf( "Fanin 0 of CO node %d has a repr.\n", i ), fProb = 1;
} }
} }
if ( !fProb ) // if ( !fProb )
printf( "GIA with choices is correct.\n" ); // printf( "GIA with choices is correct.\n" );
} }
/**Function************************************************************* /**Function*************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment