summaryrefslogtreecommitdiff
path: root/src/message.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.py')
-rw-r--r--src/message.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/message.py b/src/message.py
index efa934b4..a95d12b0 100644
--- a/src/message.py
+++ b/src/message.py
@@ -70,8 +70,6 @@ class Line(object):
Line(None, None, None, "http://blablablabla", 0, 23)
"""
def __init__(self, nickname, nickname_color, time, text, text_color, text_offset):
- from common import debug
- # debug("Line: %s, %s, %s '%s', %s, %s\n" % (nickname, nickname_color, str(time), text, text_color, text_offset))
self.nickname = nickname
self.nickname_color = nickname_color
self.time = time