From 873c35018a5caa27be6670a13eeeacfc5479e66b Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sun, 9 Nov 2014 23:54:57 -0800 Subject: Removing unauthorized printout in 'pdr'. --- src/base/abci/abc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/base') diff --git a/src/base/abci/abc.c b/src/base/abci/abc.c index c0591571..d631d11c 100644 --- a/src/base/abci/abc.c +++ b/src/base/abci/abc.c @@ -26480,7 +26480,7 @@ int Abc_CommandAbc9Strash( Abc_Frame_t * pAbc, int argc, char ** argv ) pNew->pManTime = NULL; Gia_ManStop( pNew ); if ( !Abc_FrameReadFlag("silentmode") ) - printf( "Collapsed AIG with boxes with logic of the boxes.\n" ); + printf( "Collapsed AIG with boxes and logic of the boxes.\n" ); } else if ( pAbc->pGia->pMuxes ) { -- cgit v1.2.3