From 6b80e9e3efa1c819c719decfc5296eb08d31a10d Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 12 Mar 2022 14:28:35 +0000 Subject: [PATCH] parse: remove left over print fix #69 --- aprslib/parsing/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aprslib/parsing/common.py b/aprslib/parsing/common.py index 1942515..2cce3e0 100644 --- a/aprslib/parsing/common.py +++ b/aprslib/parsing/common.py @@ -158,7 +158,6 @@ def parse_data_extentions(body): # RHGR format: RHGabcdr/.... match = re.findall(r"^(PHG(\d[\x30-\x7e]\d\d)([0-9A-Z]\/)?)", body) if match: - print(match) ext, phg, phgr = match[0] body = body[len(ext):] parsed.update({