1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-07 23:29:06 +00:00

Removed logged comment.

This commit is contained in:
Thomas Harte 2018-04-30 22:03:09 -04:00
parent 265bc80d44
commit aacf26f05d

View File

@ -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.