Skip to content
Snippets Groups Projects
Verified Commit 80765f6a authored by Sandro Lutz's avatar Sandro Lutz
Browse files

Remove unused output

parent e71448a1
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,6 @@ class MDBHandler():
if self.has_pending_frame and len(self.frame_buffer) < self.frame_expected_length:
self.frame_buffer.append(data[pos])
frame_buffer_length = len(self.frame_buffer)
print(frame_buffer_length)
if frame_buffer_length == 2:
command = self.frame_buffer[0] & 7
if command in CommandToFrameLengthMapping:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment