diff --git a/telemetry/code/monitor/graph_plotter_rewrite.py b/telemetry/code/monitor/graph_plotter_rewrite.py index 8b2612f..45a378f 100755 --- a/telemetry/code/monitor/graph_plotter_rewrite.py +++ b/telemetry/code/monitor/graph_plotter_rewrite.py @@ -55,7 +55,6 @@ class Plot(pyglet.window.Window): self.bounds = ((int(self.width * self.margins[0]), int(self.width * (1 - self.margins[0]))), (int(self.height * self.margins[1]), int(self.height * (1 - self.margins[1])))) pyglet.window.Window.on_resize(self, width, height) - print(self.height) def on_draw(self): """Draw all the components of the graph""" -- libgit2 0.21.2