Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Fomin <fominde@gmail.com>2010-10-15 16:31:02 +0400
committerDenis Fomin <fominde@gmail.com>2010-10-15 16:31:02 +0400
commit95911d62a718c36966b93594b1adce58ce52bd9a (patch)
tree67b6cc56df73a1f4c5f0af4e90036d018123f31b /clients_icons
parent52753877adbc3e3af3d3f72cd3c753dce3bd5afd (diff)
clients_icons. remove unused print
Diffstat (limited to 'clients_icons')
-rw-r--r--clients_icons/clients_icons.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py
index 673fcab..56b7e9d 100644
--- a/clients_icons/clients_icons.py
+++ b/clients_icons/clients_icons.py
@@ -224,7 +224,6 @@ class ClientsIconsPlugin(GajimPlugin):
model[iter_][pos] = self.default_pixbuf
return
client_icon = clients.get(caps.split('#')[0], None)
- print client_icon
if not client_icon:
if self.config['show_unknown_icon']:
model[iter_][pos] = self.default_pixbuf