remove useless print

This commit is contained in:
Yann Leboulanger 2008-10-22 15:49:31 +00:00
parent e2a511b379
commit fd7f0734b6
1 changed files with 0 additions and 2 deletions

View File

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