From 14e9ae014cb18bf89699c4159035915391d44214 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 25 Dec 2023 18:44:11 -0500 Subject: [PATCH] Remove caveman log. --- Machines/PCCompatible/PCCompatible.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 3bed28766..fb51daf42 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -362,7 +362,6 @@ class KeyboardController { //; 00 - force clock line low, resetting keyboard, but on a 01->00 transition, //; IRQ1 would remain high void set_mode(uint8_t mode) { - printf("Mode: %02x\n", mode); const auto last_mode = mode_; mode_ = Mode(mode); switch(mode_) {