Commit da8741ed8adf58ce1b654b9d103092fd7b1e1491
1 parent
8ad3fe93
Exists in
master
Removed debug print output
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
telemetry/code/monitor/graph_plotter_rewrite.py
| ... | ... | @@ -55,7 +55,6 @@ class Plot(pyglet.window.Window): |
| 55 | 55 | self.bounds = ((int(self.width * self.margins[0]), int(self.width * (1 - self.margins[0]))), |
| 56 | 56 | (int(self.height * self.margins[1]), int(self.height * (1 - self.margins[1])))) |
| 57 | 57 | pyglet.window.Window.on_resize(self, width, height) |
| 58 | - print(self.height) | |
| 59 | 58 | |
| 60 | 59 | def on_draw(self): |
| 61 | 60 | """Draw all the components of the graph""" | ... | ... |