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.