Remove debugging print.

This commit is contained in:
Solderpunk 2019-08-13 20:24:20 +03:00
parent 6c8921a219
commit b4623c0ccc
1 changed files with 0 additions and 1 deletions

View File

@ -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)