Remove profiling code

This commit is contained in:
Bryan Mayland 2013-06-28 13:58:17 -04:00
parent b9144c2edc
commit eb565645eb

View file

@ -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.