Remove debug printing.

This commit is contained in:
Pedro Algarvio 2011-04-25 13:12:18 +01:00
parent 78e966946f
commit 51b5b23f76
1 changed files with 0 additions and 1 deletions

View File

@ -291,7 +291,6 @@ class AccountDialog(BaseDialog):
elif not authlevel and level == 'DEFAULT':
active_idx = idx
print 'aidx', active_idx
if active_idx is not None:
self.authlevel_combo.set_active(active_idx)