Remove debug prints
This commit is contained in:
parent
398bd7e117
commit
b3b8c6534b
1 changed files with 0 additions and 2 deletions
|
@ -48,9 +48,7 @@ class Out(object):
|
||||||
|
|
||||||
if truncated:
|
if truncated:
|
||||||
truncated = valid[-STR_MORE_LEN:]+truncated
|
truncated = valid[-STR_MORE_LEN:]+truncated
|
||||||
print(valid)
|
|
||||||
new_line = valid[:-STR_MORE_LEN]+STR_MORE
|
new_line = valid[:-STR_MORE_LEN]+STR_MORE
|
||||||
print(len(new_line))
|
|
||||||
line = utils.irc.parse_line(new_line)
|
line = utils.irc.parse_line(new_line)
|
||||||
|
|
||||||
self._text = "%s%s" % (STR_CONTINUED, truncated)
|
self._text = "%s%s" % (STR_CONTINUED, truncated)
|
||||||
|
|
Loading…
Reference in a new issue