GITLAB
UoN_EEE
/
Robot Wars
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
2cb884e3d24863e9b71181b2600a9d3e158d1e0a
Authored by
Christopher Stone
2018-02-08 20:45:30 +0000
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
Inline
Side-by-side
telemetry/code/monitor/graph_plotter.py
Wrap text
Diff comments
View file @
2cb884e
...
...
@@ -75,7 +75,6 @@ def on_draw():
75
75
try:
76
76
value = float(value)
77
77
ydata.append(value)
78
- print("Value: " + str(ydata[-1]))
79
78
80
79
if len(ydata) > 250:
81
80
del ydata[0]
...
...