From aacf26f05df6252ab6b3f4bf93187584eeb55fa5 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 30 Apr 2018 22:03:09 -0400 Subject: [PATCH] Removed logged comment. --- Components/DiskII/DiskII.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/DiskII/DiskII.cpp b/Components/DiskII/DiskII.cpp index b90a117f8..102669e35 100644 --- a/Components/DiskII/DiskII.cpp +++ b/Components/DiskII/DiskII.cpp @@ -41,7 +41,7 @@ void DiskII::set_control(Control control, bool on) { break; } - printf("%0x: Set control %d %s\n", stepper_mask_, control, on ? "on" : "off"); +// printf("%0x: Set control %d %s\n", stepper_mask_, control, on ? "on" : "off"); // If the stepper magnet selections have changed, and any is on, see how // that moves the head.