remove a useless print

This commit is contained in:
Yann Leboulanger 2006-07-31 15:06:00 +00:00
parent b6ba2b1727
commit 1c9b21d9d8
1 changed files with 0 additions and 1 deletions

View File

@ -2291,7 +2291,6 @@ class AdvancedNotificationsWindow:
# event
value = gajim.config.get_per('notifications', str(self.active_num),
'event')
print value
if value:
self.event_combobox.set_active(self.events_list.index(value))
else: