Commit 2cb884e3d24863e9b71181b2600a9d3e158d1e0a

Authored by Christopher Stone
1 parent b0f61ccf
Exists in master

Removed old debug code

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
telemetry/code/monitor/graph_plotter.py
@@ -75,7 +75,6 @@ def on_draw(): @@ -75,7 +75,6 @@ def on_draw():
75 try: 75 try:
76 value = float(value) 76 value = float(value)
77 ydata.append(value) 77 ydata.append(value)
78 - print("Value: " + str(ydata[-1]))  
79 78
80 if len(ydata) > 250: 79 if len(ydata) > 250:
81 del ydata[0] 80 del ydata[0]