Removed debug print

This commit is contained in:
Jack Andersen 2015-09-18 15:38:05 -10:00
parent a07683c482
commit d924e0b6cd
1 changed files with 0 additions and 1 deletions

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)