Removing debug stop.

This commit is contained in:
Alan Mishchenko
2020-04-17 09:55:54 -07:00
parent fbf70c5fbb
commit 92abe5cb87
-4
View File
@@ -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;