From da8741ed8adf58ce1b654b9d103092fd7b1e1491 Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Mon, 12 Feb 2018 23:12:26 +0000 Subject: [PATCH] Removed debug print output --- telemetry/code/monitor/graph_plotter_rewrite.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) 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