From 7082b23d79920f7ef1fea39ae839e8a6a00eaa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Samohel?= Date: Mon, 27 May 2024 15:23:07 +0200 Subject: [PATCH] :recycle: remove logging options --- client/ayon_usd/hooks/pre_resolver_init.py | 4 ---- 1 file changed, 4 deletions(-) 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"