Skip to content

Commit

Permalink
Comment out one overly verbose debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygab committed Dec 18, 2024
1 parent 241a581 commit e31663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pirate.c
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ static void core0_infinite_loop(void) {
result.success = true;
}
} else {
PRINT_VERBOSE("Prompting to allow VT100 mode.\n");
// PRINT_VERBOSE("Prompting to allow VT100 mode.\n"); // prints repeatedly ... much too verbose
ui_prompt_vt100_mode(&result, &value);
}

Expand Down

0 comments on commit e31663b

Please sign in to comment.