remove a useless print
This commit is contained in:
parent
b6ba2b1727
commit
1c9b21d9d8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue