Skip to content
Snippets Groups Projects
Commit 0a8695a9 authored by Kien Le's avatar Kien Le
Browse files

Remove unused code

parent 38c5bd28
No related branches found
No related tags found
1 merge request!139Change the way RT130 data is read for better performance
......@@ -38,10 +38,6 @@ def read_rt130_file(file_name: str, unpacker: Unpacker
# RT130 data looks to be all big-endian (logpeek assumes this, and it has
# been working pretty well), so we don't have to do any endianness check.
# if os.path.getsize(file_name) % 1024:
# warnings.warn('The size of the data is not a multiple of 1024; it '
# 'might be truncated.')
packets = []
with open(file_name, 'rb') as rt130_file:
......
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