From d924e0b6cd715133c9aacc39c2999fb3f0b75290 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Fri, 18 Sep 2015 15:38:05 -1000 Subject: [PATCH] Removed debug print --- hecl/blender/hecl/Patching.py | 1 - 1 file changed, 1 deletion(-) 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)