diff --git a/hecl/blender/hecl/Patching.py b/hecl/blender/hecl/Patching.py index f5c8deb3d..702917a83 100644 --- a/hecl/blender/hecl/Patching.py +++ b/hecl/blender/hecl/Patching.py @@ -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)