Remove debug prints

This commit is contained in:
jesopo 2019-06-18 16:51:00 +01:00
parent 398bd7e117
commit b3b8c6534b

View file

@ -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)