From eb565645eb354eb2fe56652335e7dec78b21f261 Mon Sep 17 00:00:00 2001 From: Bryan Mayland Date: Fri, 28 Jun 2013 13:58:17 -0400 Subject: [PATCH] Remove profiling code --- octoprint/util/comm.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/octoprint/util/comm.py b/octoprint/util/comm.py index 4289521..3df9d35 100644 --- a/octoprint/util/comm.py +++ b/octoprint/util/comm.py @@ -543,10 +543,6 @@ class MachineCom(object): return self._bedTemp def _monitor(self): - import cProfile - cProfile.runctx('self._actMonitor()',globals(),locals(),'/tmp/profile.log') - - def _actMonitor(self): feedbackControls = settings().getFeedbackControls() #Open the serial port.