remove debug print
This commit is contained in:
parent
66bc0f3b68
commit
fff4cccb7d
|
@ -542,7 +542,6 @@ class ConversationTextview(gtk.TextView):
|
||||||
other_tags_for_name = [], other_tags_for_time = [],
|
other_tags_for_name = [], other_tags_for_time = [],
|
||||||
other_tags_for_text = [], subject = None):
|
other_tags_for_text = [], subject = None):
|
||||||
'''prints 'chat' type messages'''
|
'''prints 'chat' type messages'''
|
||||||
print 'print_conv_line', kind
|
|
||||||
if kind == 'status' and not gajim.config.get('print_status_in_chats'):
|
if kind == 'status' and not gajim.config.get('print_status_in_chats'):
|
||||||
return
|
return
|
||||||
# kind = info, we print things as if it was a status: same color, ...
|
# kind = info, we print things as if it was a status: same color, ...
|
||||||
|
|
Loading…
Reference in New Issue