diff --git a/av98.py b/av98.py index b95000e..0c77229 100755 --- a/av98.py +++ b/av98.py @@ -152,7 +152,6 @@ class GeminiItem(): @classmethod def from_map_line(cls, line, origin_gi): - print(line) assert line.startswith("=>") assert line[2:].strip() bits = line[2:].strip().split(maxsplit=1)