From a96cb1ebd65b5886742ad4b5dabc6c7ea948ed94 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 1 Dec 2023 06:46:00 -0500 Subject: [PATCH] Decommit debugging hook. --- Machines/PCCompatible/PCCompatible.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 802cfe9a6..a0cac0455 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -134,7 +134,7 @@ class FloppyController { (pair.second.address.side == target.head) && (pair.second.size == target.size) ) { - printf(""); +// printf(""); } } } break;