diff --git a/client/ayon_usd/hooks/pre_resolver_init.py b/client/ayon_usd/hooks/pre_resolver_init.py index dcbc53e..b77aaa5 100644 --- a/client/ayon_usd/hooks/pre_resolver_init.py +++ b/client/ayon_usd/hooks/pre_resolver_init.py @@ -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"