changeset 69eb6c9d4986 in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=69eb6c9d4986
description: remove unused print

diffstat:

 src/vcard.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r ca8a29aec876 -r 69eb6c9d4986 src/vcard.py
--- a/src/vcard.py      Fri Jul 19 12:46:09 2013 +0200
+++ b/src/vcard.py      Fri Jul 19 15:49:47 2013 +0400
@@ -252,7 +252,6 @@
         'ORG_ORGNAME', 'ORG_ORGUNIT', 'TITLE', 'ROLE', 'EMAIL_WORK_USERID',
         'TEL_WORK_NUMBER'):
             widget = self.xml.get_object(l + '_label')
-            print l
             widget.set_text('')
         for pref in ('ADR_HOME', 'ADR_WORK'):
             for l in ('STREET', 'EXTADR', 'LOCALITY', 'PCODE', 'REGION',
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to