summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcos Pinto <markybob@dipconsultants.com>2007-10-15 19:37:17 +0000
committerMarcos Pinto <markybob@dipconsultants.com>2007-10-15 19:37:17 +0000
commit382f4b0f1af84ce6ea32c6ca0716ba5a05d1e078 (patch)
tree70cc95916f009c2c031c831fde47aa562f268fea
parent8f030fb1120ece5d81a7c0a7dd24b4ca5b017039 (diff)
downloaddeluge-382f4b0f1af84ce6ea32c6ca0716ba5a05d1e078.tar.gz
deluge-382f4b0f1af84ce6ea32c6ca0716ba5a05d1e078.tar.bz2
deluge-382f4b0f1af84ce6ea32c6ca0716ba5a05d1e078.zip
remove no longer needed alert
-rw-r--r--src/core.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core.py b/src/core.py
index 2b8eb36af..8bafb5a8c 100644
--- a/src/core.py
+++ b/src/core.py
@@ -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",