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