From fd7f0734b6be1f06805082e6c7efbf4ea5541aca Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 22 Oct 2008 15:49:31 +0000
Subject: [PATCH] remove useless print

---
 src/gtkgui_helpers.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gtkgui_helpers.py b/src/gtkgui_helpers.py
index 98f0511b3e..69e9179be4 100644
--- a/src/gtkgui_helpers.py
+++ b/src/gtkgui_helpers.py
@@ -904,8 +904,6 @@ def load_mood_icon(icon_name):
 
 def load_activity_icon(category, activity = None):
 	'''load an icon from the activity iconset in 16x16'''
-	print category
-	print activity
 	iconset = gajim.config.get('activity_iconset')
 	path = os.path.join(helpers.get_activity_iconset_path(iconset),
 		category, '')
-- 
GitLab