From 7d922f3c77887253c2c0b35236b7ad668124a3b9 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sun, 23 Aug 2015 03:38:01 +0200 Subject: [PATCH] Clean up the comment (cherry picked from commit f519070) --- src/octoprint/util/comm.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/octoprint/util/comm.py b/src/octoprint/util/comm.py index 7898bdaa..2c76de7a 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1756,8 +1756,7 @@ class MachineCom(object): self._resendDelta = None def _gcode_M112_queuing(self, cmd, cmd_type=None): - # emergency stop, tell the printer right now and clear the queues - # jump the queue with the M112 + # emergency stop, jump the queue with the M112 self._doSendWithoutChecksum("M112") self._doSendWithChecksum("M112", self._currentLine)