Skip to content

Commit

Permalink
♻️ remove logging options
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor committed May 27, 2024
1 parent 46689fc commit 7082b23
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/ayon_usd/hooks/pre_resolver_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,3 @@ def execute(self):
elif ld_path:
self.launch_context.env["LD_LIBRARY_PATH"] += \
os.pathsep + os.pathsep.join(ld_path)

# TODO: move debug options to AYON settings
self.launch_context.env["TF_DEBUG"] = "AYONUSDRESOLVER_RESOLVER"
self.launch_context.env["AYONLOGGERLOGLVL"] = "INFO"

0 comments on commit 7082b23

Please sign in to comment.