remove one tiny debugging line
This commit is contained in:
parent
df0278be76
commit
581aa7d1d7
1
esgd.py
1
esgd.py
|
@ -20,7 +20,6 @@ class GopherLine:
|
||||||
def parse(self):
|
def parse(self):
|
||||||
split = self.line.rstrip().split('\t')
|
split = self.line.rstrip().split('\t')
|
||||||
location = False
|
location = False
|
||||||
print(split)
|
|
||||||
if len(split) == 1:
|
if len(split) == 1:
|
||||||
self.text = split[0]
|
self.text = split[0]
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue