remove unused print

This commit is contained in:
Denis Fomin 2013-07-19 15:49:47 +04:00
parent cef70e7431
commit a64c8bc809
1 changed files with 0 additions and 1 deletions

View File

@ -250,7 +250,6 @@ class VcardWindow:
'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',