From b3b8c6534b624d6dde3337d3804ef67e9a2c9470 Mon Sep 17 00:00:00 2001 From: jesopo Date: Tue, 18 Jun 2019 16:51:00 +0100 Subject: Remove debug prints --- modules/commands/outs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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) -- cgit v1.3.1-10-gc9f91