Skip to content

Commit 6b80e9e

Browse files
parse: remove left over print
fix #69
1 parent 5e79c81 commit 6b80e9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

aprslib/parsing/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def parse_data_extentions(body):
158158
# RHGR format: RHGabcdr/....
159159
match = re.findall(r"^(PHG(\d[\x30-\x7e]\d\d)([0-9A-Z]\/)?)", body)
160160
if match:
161-
print(match)
162161
ext, phg, phgr = match[0]
163162
body = body[len(ext):]
164163
parsed.update({

0 commit comments

Comments
 (0)