Remove debugging code
This commit is contained in:
parent
e0f7c3b057
commit
4b20eb9cb0
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue