commit 4c2c530a25c9180d0f131f0e6f00caf6807b8cdd
parent 440a507d2bbcf876f137fabedbfb85abb242efcc
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 15 Nov 2016 12:14:56 +0100
remove stray debug
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/wikifirc b/wikifirc
@@ -64,8 +64,6 @@ class Change:
fields.pop(0) # rest of flags2
self.diffc = fields.pop(0)[1:-1]
self.message = ' '.join(fields)[3:-1]
- print("DEBUG")
- print(self.message)
def __str__(self):
"""format the change to an irc line"""