diff --git a/src/base/wlc/wlcBlast.c b/src/base/wlc/wlcBlast.c index 29522b8a8..b77f32113 100644 --- a/src/base/wlc/wlcBlast.c +++ b/src/base/wlc/wlcBlast.c @@ -2283,8 +2283,8 @@ Gia_Man_t * Wlc_NtkBitBlast( Wlc_Ntk_t * p, Wlc_BstPar_t * pParIn ) ABC_FREE( pNameGeneric ); printf( "Dumped two parts of the miter into files \"%s\" and \"%s\".\n", pFileName0, pFileName1 ); } - Wlc_NtkPrintNameArray( pNew->vNamesIn ); - Wlc_NtkPrintNameArray( pNew->vNamesOut ); + //Wlc_NtkPrintNameArray( pNew->vNamesIn ); + //Wlc_NtkPrintNameArray( pNew->vNamesOut ); if ( pPar->vBoxIds ) { Vec_PtrFreeFree( pNew->vNamesIn ); pNew->vNamesIn = NULL;