Skip to content

Commit e57aa14

Browse files
author
marcusw
committed
Removing some of my debugging code, oops...
1 parent 9e07197 commit e57aa14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxt/sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def i2c_query(self, address, n_bytes):
124124
if not self.lastpoll: self.lastpoll = time.time()
125125
if self.lastpoll+0.02 > time.time():
126126
diff = time.time() - self.lastpoll
127-
print diff
128127
time.sleep(0.02 - diff)
129128
self.brick.ls_write(self.port, msg, n_bytes)
130129
self._ls_get_status(n_bytes)

0 commit comments

Comments
 (0)