remove no longer needed alert

This commit is contained in:
Marcos Pinto 2007-10-15 19:37:17 +00:00
parent 8f030fb112
commit 382f4b0f1a

View File

@ -634,9 +634,6 @@ class Manager:
self.set_supp_torrent_state_val(event['unique_ID'],
"tracker_status",
_("Announce sent"))
elif event['event_type'] is self.constants['EVENT_LISTEN_FAILED']:
deluge_core.set_listen_on([self.get_state()['port'],
self.get_state()['port']])
elif event['event_type'] is self.constants['EVENT_TRACKER_REPLY']:
self.set_supp_torrent_state_val(event['unique_ID'],
"tracker_status",