Skip to content

Commit fe681f5

Browse files
author
Brendan Whitfield
committed
removed silly print statement. Always check your diffs...
1 parent e12efdb commit fe681f5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

obd/protocols/protocol_can.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ def create_frame(self, raw):
5555
frame = Frame(raw)
5656
raw_bytes = ascii_to_bytes(raw)
5757

58-
print raw
59-
print raw_bytes
60-
6158
# read header information
6259
if self.id_bits == 11:
6360
frame.priority = raw_bytes[2] & 0x0F # always 7

0 commit comments

Comments
 (0)