parse: remove left over print

fix #69
This commit is contained in:
Rossen Georgiev 2022-03-12 14:28:35 +00:00
parent 5e79c81035
commit 6b80e9e3ef
1 changed files with 0 additions and 1 deletions

View File

@ -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({