remove a useless print
This commit is contained in:
parent
b6ba2b1727
commit
1c9b21d9d8
|
@ -2291,7 +2291,6 @@ class AdvancedNotificationsWindow:
|
||||||
# event
|
# event
|
||||||
value = gajim.config.get_per('notifications', str(self.active_num),
|
value = gajim.config.get_per('notifications', str(self.active_num),
|
||||||
'event')
|
'event')
|
||||||
print value
|
|
||||||
if value:
|
if value:
|
||||||
self.event_combobox.set_active(self.events_list.index(value))
|
self.event_combobox.set_active(self.events_list.index(value))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue