Skip to content

Commit c195001

Browse files
author
jack-cook_agco
committed
Remove unnecessary print statement for file.tell()
1 parent 276b253 commit c195001

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

can/io/logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def should_rollover(self, msg: Message) -> bool:
326326
return False
327327

328328
if self.writer.file.tell() >= self.max_bytes:
329-
print("file.tell(): {} bytes".format(self.writer.file.tell()))
330329
return True
331330

332331
return False

0 commit comments

Comments
 (0)