Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 committed Dec 2, 2024
1 parent 7184049 commit 53c0507
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fast64_internal/oot/tools/quick_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def quick_import_exec(context: bpy.types.Context, sym_name: str):
]

for path in assets_paths:
print("path:", str(path))
all_found_defs = get_found_defs(path, sym_name, sym_def_pattern)

if len(all_found_defs) > 0:
Expand Down

0 comments on commit 53c0507

Please sign in to comment.