remove one tiny debugging line

This commit is contained in:
randomuser 2021-07-20 00:07:04 -05:00
parent df0278be76
commit 581aa7d1d7
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class GopherLine:
def parse(self):
split = self.line.rstrip().split('\t')
location = False
print(split)
if len(split) == 1:
self.text = split[0]
return