diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index df3167a9cd..2415d91c1e 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -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 ) {