diff --git a/src/base/wln/wlnNtk.c b/src/base/wln/wlnNtk.c index f5762c2b4..4e338006a 100644 --- a/src/base/wln/wlnNtk.c +++ b/src/base/wln/wlnNtk.c @@ -153,10 +153,6 @@ int Wln_NtkIsAcyclic_rec( Wln_Ntk_t * p, int iObj ) { int i, iFanin; //printf( "Visiting node %d\n", iObj ); - if ( 43309 == iObj ) - { - int s = 0; - } // skip the node if it is already visited if ( Wln_ObjIsTravIdPrevious(p, iObj) ) return 1;