mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-11 10:19:07 +00:00
Removed debug print
This commit is contained in:
parent
a07683c482
commit
d924e0b6cd
@ -107,7 +107,6 @@ class FILE_OT_hecl_patching_load(bpy.types.Operator):
|
|||||||
# Globals
|
# Globals
|
||||||
if global_dir:
|
if global_dir:
|
||||||
p = Path(global_dir)
|
p = Path(global_dir)
|
||||||
print('CHECKING', global_dir)
|
|
||||||
for path in p.glob('g_*.py'):
|
for path in p.glob('g_*.py'):
|
||||||
path = path.name
|
path = path.name
|
||||||
text_abspath = os.path.join(global_dir, path)
|
text_abspath = os.path.join(global_dir, path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user