Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jun 27, 2024
1 parent 95d543a commit cf76664
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hardware/vga_other.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,6 @@ void CycleMonoCGABright(bool pressed) {
void HercBlend(bool pressed) {
if (!pressed) return;
vga.herc.blend = !vga.herc.blend;
LOG_MSG("Hercules blend %u",vga.herc.blend);
VGA_SetupDrawing(0);
}

Expand Down

0 comments on commit cf76664

Please sign in to comment.