mirror of https://github.com/AxioDL/metaforce.git
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
|
||||
if global_dir:
|
||||
p = Path(global_dir)
|
||||
print('CHECKING', global_dir)
|
||||
for path in p.glob('g_*.py'):
|
||||
path = path.name
|
||||
text_abspath = os.path.join(global_dir, path)
|
||||
|
|
Loading…
Reference in New Issue