Remove profiling code

master
Bryan Mayland 2013-06-28 13:58:17 -04:00
parent b9144c2edc
commit eb565645eb
1 changed files with 0 additions and 4 deletions

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.