From 45a0ae5c20d17a09c45bb97bb173073c483533e4 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Sun, 16 Jul 2017 18:31:45 -0700 Subject: [PATCH] Removed debug code --- avr/src/machine.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/avr/src/machine.c b/avr/src/machine.c index 73fde29..5c5be2c 100644 --- a/avr/src/machine.c +++ b/avr/src/machine.c @@ -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; -- 2.27.0