remove debug print

This commit is contained in:
Yann Leboulanger 2006-02-21 23:00:37 +00:00
parent 66bc0f3b68
commit fff4cccb7d
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ class ConversationTextview(gtk.TextView):
other_tags_for_name = [], other_tags_for_time = [],
other_tags_for_text = [], subject = None):
'''prints 'chat' type messages'''
print 'print_conv_line', kind
if kind == 'status' and not gajim.config.get('print_status_in_chats'):
return
# kind = info, we print things as if it was a status: same color, ...