aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-18 16:51:00 +0100
committerGravatar jesopo2019-06-18 16:51:00 +0100
commitb3b8c6534b624d6dde3337d3804ef67e9a2c9470 (patch)
treeadf605b72c5f37639febad1005840efa32cd1a0c /modules
parentuse "city, state, country" for formatted location name when available (diff)
signature
Remove debug prints
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)