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;