aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/commands/outs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/outs.py b/modules/commands/outs.py
index eeb96bcb..067a872b 100644
--- a/modules/commands/outs.py
+++ b/modules/commands/outs.py
@@ -48,9 +48,7 @@ class Out(object):
if truncated:
truncated = valid[-STR_MORE_LEN:]+truncated
- print(valid)
new_line = valid[:-STR_MORE_LEN]+STR_MORE
- print(len(new_line))
line = utils.irc.parse_line(new_line)
self._text = "%s%s" % (STR_CONTINUED, truncated)