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)