7
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:
JamesJCode 2024-09-28 11:58:53 +01:00
parent 50d5c6a437
commit 0e11c9cb8c

View File

@ -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 )