Skip to content

Commit

Permalink
Remove debugging hardcoded True
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Aug 27, 2024
1 parent b642bd2 commit acf0d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_houdini/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class HoudiniLoader(load.LoaderPlugin):
use_ayon_entity_uri = False

def filepath_from_context(cls, context):
if cls.use_ayon_entity_uri or True:
if cls.use_ayon_entity_uri:
project_name = context["project"]["name"]
representation_id = context["representation"]["id"]
response = ayon_api.post(
Expand Down

0 comments on commit acf0d82

Please sign in to comment.