From fff4cccb7d9d34175682bc0be957f811e56e4200 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Tue, 21 Feb 2006 23:00:37 +0000
Subject: [PATCH] remove debug print

---
 src/conversation_textview.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conversation_textview.py b/src/conversation_textview.py
index e3eafa63d4..5c41cf0829 100644
--- a/src/conversation_textview.py
+++ b/src/conversation_textview.py
@@ -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, ...
-- 
GitLab