diff --git a/src/drivers/Qt/ConsoleDebugger.cpp b/src/drivers/Qt/ConsoleDebugger.cpp index 406b7a74..09c517ef 100644 --- a/src/drivers/Qt/ConsoleDebugger.cpp +++ b/src/drivers/Qt/ConsoleDebugger.cpp @@ -4892,7 +4892,7 @@ void loadGameDebugBreakpoints(void) if ( fp == NULL ) { - printf("Warning: Failed to open file '%s' for reading\n", fileName.c_str() ); + //printf("Warning: Failed to open file '%s' for reading\n", fileName.c_str() ); return; }