# HG changeset patch # User matthewreed # Date 2016-08-07 20:39:28 # Node ID fac90bcd42ae1113a1ecdfef3427857f24474d3a # Parent 6ad70cd126b723865c25f2a74257d40f42ac5f0a Removed debug line left in code diff --git a/hydrobot.py b/hydrobot.py --- a/hydrobot.py +++ b/hydrobot.py @@ -257,7 +257,6 @@ def main(): scheduler.start() while True: - canbus.dev.send(can.Frame(0x7FF, 8, [0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88])) time.sleep(0.001)