Skip to content
Snippets Groups Projects
Commit fd7f0734 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

remove useless print

parent e2a511b3
No related branches found
No related tags found
No related merge requests found
......@@ -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, '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment