Skip to content

Commit

Permalink
Merge pull request #148 from ynput/chore/remove_logging_in_server
Browse files Browse the repository at this point in the history
Removed unwanted logging in server
  • Loading branch information
kalisp authored Nov 25, 2024
2 parents 51e89ea + 33a207a commit 65a7ac4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ class ShotgridAddon(BaseServerAddon):
frontend_scopes: dict[str, Any] = {"settings": {}}

async def setup(self):
logging.info(f"Performing {self.name} addon setup.")
need_restart = await self.create_shotgrid_attributes()
if need_restart:
logging.info(
logging.debug(
"Created or updated attributes in database, "
"requesting a server restart."
)
Expand Down

0 comments on commit 65a7ac4

Please sign in to comment.