mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
Remove debug output from KICAD_NETLIST_PARSER
This commit is contained in:
parent
50d5c6a437
commit
0e11c9cb8c
@ -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…
Reference in New Issue
Block a user