mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +00:00
Remove unused callback
This commit is contained in:
parent
d4bba181c2
commit
72f429c353
1 changed files with 0 additions and 1 deletions
|
@ -762,7 +762,6 @@ class Network(util.DaemonThread):
|
||||||
|
|
||||||
self.stop_network()
|
self.stop_network()
|
||||||
run_hook('set_network', None)
|
run_hook('set_network', None)
|
||||||
self.trigger_callback('stop')
|
|
||||||
self.print_error("stopped")
|
self.print_error("stopped")
|
||||||
|
|
||||||
def on_header(self, i, header):
|
def on_header(self, i, header):
|
||||||
|
|
Loading…
Add table
Reference in a new issue