Removed debug print statements from Qt debugger

This commit is contained in:
Matthew Budd 2020-12-08 22:14:54 -05:00
parent 90f122ef82
commit 9e6c963733
1 changed files with 2 additions and 2 deletions

View File

@ -2573,13 +2573,13 @@ void ConsoleDebugger::updatePeriodic(void)
if ( bpTree->topLevelItemCount() != numWPs )
{
printf("Breakpoint Tree Update\n");
//printf("Breakpoint Tree Update\n");
bpListUpdate( true );
}
if ( bmTree->topLevelItemCount() != dbgBmMgr.size() )
{
printf("Bookmark Tree Update\n");
//printf("Bookmark Tree Update\n");
bmListUpdate( true );
}
}