systemcmds/topic_listener: remove excludes

- this is a bit wasteful, but we can afford it for now everywhere listener is enabled
This commit is contained in:
Daniel Agar 2020-11-10 13:46:48 -05:00 committed by GitHub
parent c8dfcf7f0d
commit d33a48eb24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,6 @@ import re
raw_messages = sys.argv[2:]
# large and not worth printing
raw_messages = [x for x in raw_messages if not any(exception in x for exception in ['qshell_req', 'ulog_stream', 'gps_inject_data', 'gps_dump'])]
messages = []
topics = []
message_elements = []