Commenting out debug code.

This commit is contained in:
Alan Mishchenko 2017-01-29 13:39:35 -08:00
parent e9566a1e3d
commit 3020d57ea6
1 changed files with 0 additions and 1 deletions

View File

@ -429,7 +429,6 @@ char * Wlc_PrsConvertInitValues( Wlc_Ntk_t * p )
Vec_Str_t * vStr = Vec_StrAlloc( 1000 );
Vec_IntForEachEntry( p->vInits, Value, i )
{
char * pname = Wlc_ObjName( p, Value );
if ( Value < 0 )
{
for ( k = 0; k < -Value; k++ )