refactor endstops to get the homing logic ot of the handle gcode method
[clinton/Smoothieware.git] / src / modules / utils / simpleshell / SimpleShell.cpp
index 5b434af..f2390a5 100644 (file)
@@ -685,7 +685,6 @@ void SimpleShell::grblDP_command( string parameters, StreamOutput *stream)
     stream->printf("[PRB:%1.3f,%1.3f,%1.3f:%d]\n", px, py, pz, ps);
 }
 
-// used to test out the get public data events
 void SimpleShell::get_command( string parameters, StreamOutput *stream)
 {
     string what = shift_parameter( parameters );