Remove unused callback

This commit is contained in:
Neil Booth 2015-09-01 13:55:21 +09:00
parent d4bba181c2
commit 72f429c353
1 changed files with 0 additions and 1 deletions

View File

@ -762,7 +762,6 @@ class Network(util.DaemonThread):
self.stop_network()
run_hook('set_network', None)
self.trigger_callback('stop')
self.print_error("stopped")
def on_header(self, i, header):