Skip to content

Commit

Permalink
Remove set logging service
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Oct 10, 2024
1 parent af4f310 commit fee518b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hypha/core/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,6 @@ def set_artifact_manager(self, controller):
"""Set the artifact controller."""
self._artifact_manager = controller

def set_logging_service(self, service):
"""Set the logging service."""
self._logging_service = service

def register_public_service(self, service: dict):
"""Register a service."""
assert not self._ready, "Cannot register public service after ready"
Expand Down

0 comments on commit fee518b

Please sign in to comment.