mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Revert debug code
This commit is contained in:
parent
745daaec57
commit
1b4f6bea20
1 changed files with 1 additions and 3 deletions
|
|
@ -119,6 +119,4 @@ def get_project_basic_paths(project_name: str):
|
||||||
|
|
||||||
if isinstance(folder_structure, str):
|
if isinstance(folder_structure, str):
|
||||||
folder_structure = json.loads(folder_structure)
|
folder_structure = json.loads(folder_structure)
|
||||||
result = _list_path_items(folder_structure)
|
return _list_path_items(folder_structure)
|
||||||
print(result)
|
|
||||||
return []
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue