Commit a727b2ed authored by Matthieu Cattin's avatar Matthieu Cattin

Remove useless statement.

parent 48e5f4f5
......@@ -35,7 +35,6 @@ class C24AA64:
for i in range(size-1):
data.append(self.i2c.read(False))
#print('24AA64:read: i=%d')%(i)
i += 1
#print('24AA64:read:last i=%d')%(i)
data.append(self.i2c.read(True))
return data;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment