Removed debug code
authorJoseph Coffland <joseph@cauldrondevelopment.com>
Mon, 17 Jul 2017 01:31:45 +0000 (18:31 -0700)
committerJoseph Coffland <joseph@cauldrondevelopment.com>
Mon, 17 Jul 2017 01:31:45 +0000 (18:31 -0700)
avr/src/machine.c

index 73fde299b080224e4d540ccc4622c39ebae435f7..5c5be2c0d4d38188c6cf9a93b2fc063ad7f6844a 100644 (file)
@@ -674,11 +674,6 @@ stat_t mach_seek(float target[], bool flags[], motion_mode_t mode) {
       }
 
       if (!switch_is_enabled(sw)) return STAT_SEEK_SWITCH_DISABLED;
-
-      STATUS_DEBUG("Axis target %f, position %f, planner %f, runtime %f",
-                   target[axis], mach.position[axis],
-                   mp_get_axis_position(axis),
-                   mp_runtime_get_axis_position(axis));
     }
 
   if (sw == SW_PROBE) return STAT_SEEK_MISSING_AXIS;