2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-05 07:35:36 +00:00

Removed debug print

This commit is contained in:
Jack Andersen 2015-09-18 15:38:05 -10:00
parent a07683c482
commit d924e0b6cd

View File

@ -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)