From 5b72be31ba4c9e5ddb713c02d7c1397180aaaf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 23 May 2013 22:45:00 +0200 Subject: [PATCH] Minor cleanup --- octoprint/util/comm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/octoprint/util/comm.py b/octoprint/util/comm.py index a3b87b4..74d20dc 100644 --- a/octoprint/util/comm.py +++ b/octoprint/util/comm.py @@ -688,7 +688,6 @@ class MachineCom(object): self._printSection = 'CUSTOM' self._changeState(self.STATE_PRINTING) self._printStartTime = time.time() - #for i in xrange(0, 6): self._sendNext() def cancelPrint(self):