diff options
Diffstat (limited to 'src/base/abci/abc.c')
-rw-r--r-- | src/base/abci/abc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index 2b6bc2be..53a2541d 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -26741,8 +26741,8 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv ) else { pTemp = Gia_ManRehash( pAbc->pGia, fAddStrash ); - if ( !Abc_FrameReadFlag("silentmode") ) - printf( "Rehashed the current AIG.\n" ); +// if ( !Abc_FrameReadFlag("silentmode") ) +// printf( "Rehashed the current AIG.\n" ); } if ( !(fCollapse && pAbc->pGia->pAigExtra) ) Gia_ManTransferTiming( pTemp, pAbc->pGia ); |