From 581aa7d1d764cbda20df0d4f74e3eb1cb7f16d73 Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 20 Jul 2021 00:07:04 -0500 Subject: [PATCH] remove one tiny debugging line --- esgd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/esgd.py b/esgd.py index d29ffe8..7c1270f 100644 --- a/esgd.py +++ b/esgd.py @@ -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