Remove _set_events
Function was removed in 101985ca11
,
but wasn't removed from setup()
This commit is contained in:
parent
cc008766ec
commit
1747f53276
1 changed files with 0 additions and 1 deletions
|
@ -334,7 +334,6 @@ class Daemon(AuthJSONRPCServer):
|
|||
yield threads.deferToThread(self._setup_data_directory)
|
||||
yield self._check_db_migration()
|
||||
yield self._load_caches()
|
||||
yield self._set_events()
|
||||
yield self._get_session()
|
||||
yield self._get_analytics()
|
||||
yield add_lbry_file_to_sd_identifier(self.sd_identifier)
|
||||
|
|
Loading…
Reference in a new issue