mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove the debugging logic :)
This commit is contained in:
parent
35157c81de
commit
3160a0ede0
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ class FusionCopyPrefsPrelaunch(PreLaunchHook):
|
|||
# Get launched application context and return correct app version
|
||||
app_name = self.launch_context.env.get("AVALON_APP_NAME")
|
||||
app_version = get_fusion_version(app_name)
|
||||
if app_version is None or True:
|
||||
if app_version is None:
|
||||
version_names = ", ".join(str(x) for x in FUSION_VERSIONS_DICT)
|
||||
raise ApplicationLaunchFailed(
|
||||
"Unable to detect valid Fusion version number from app "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue