From f519070d9c6eeff675553991c15efd5af200e2e0 Mon Sep 17 00:00:00 2001 From: Mark Walker Date: Sat, 22 Aug 2015 18:38:01 -0700 Subject: [PATCH] Clean up the comment --- 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 75260d59..0e172367 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1821,8 +1821,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)