Browse Source

Remove debug output from KICAD_NETLIST_PARSER

jobs
JamesJCode 1 year ago
parent
commit
0e11c9cb8c
  1. 1
      pcbnew/netlist_reader/kicad_netlist_reader.cpp

1
pcbnew/netlist_reader/kicad_netlist_reader.cpp

@ -443,7 +443,6 @@ void KICAD_NETLIST_PARSER::parseComponent()
{
NeedSYMBOLorNUMBER();
humanSheetPath = From_UTF8( CurText() );
printf("SPath '%s'\n", humanSheetPath.c_str().AsChar() );
NeedRIGHT();
}
if( token == T_tstamps )

Loading…
Cancel
Save