Commit a008aa47 authored by Spencer Bliven's avatar Spencer Bliven

Removing debugging statement

parent 5daa86b0
......@@ -57,7 +57,6 @@ class Graph(BufferedCanvas):
gc = wx.GraphicsContext.Create(dc)
def updateTemperatures(self, event):
#print "ypos(%f)=%d"%(self.extruder0temps[-1],self._y_pos(self.extruder0temps[-1]))
self.AddBedTemperature(self.bedtemps[-1])
self.AddBedTargetTemperature(self.bedtargettemps[-1])
self.AddExtruder0Temperature(self.extruder0temps[-1])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment