Remove debugging code

This commit is contained in:
Seth Hillbrand 2022-09-19 15:25:06 -07:00
parent e0f7c3b057
commit 4b20eb9cb0
1 changed files with 0 additions and 4 deletions

View File

@ -3108,10 +3108,6 @@ bool CONNECTION_GRAPH::ercCheckLabels( const CONNECTION_SUBGRAPH* aSubgraph )
allPins += hasPins( neighbor );
}
}
else
{
printf( "No net named %ls?\n", name.wc_str() );
}
if( allPins < 2 )
{