[Bf-blender-cvs] [f22d8ee94ce] blender2.8: Cleanup: Remove debug print

Antonioya noreply at git.blender.org
Sat Aug 11 10:03:24 CEST 2018


Commit: f22d8ee94ced099500813f29ac4df38a5a7ab480
Author: Antonioya
Date:   Sat Aug 11 10:03:06 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBf22d8ee94ced099500813f29ac4df38a5a7ab480

Cleanup: Remove debug print

===================================================================

M	source/blender/draw/engines/gpencil/gpencil_draw_utils.c

===================================================================

diff --git a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
index 6e2ab5a5ea2..1d2b172a5b1 100644
--- a/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
+++ b/source/blender/draw/engines/gpencil/gpencil_draw_utils.c
@@ -1319,7 +1319,6 @@ static void gp_instance_modifier_make_instances(GPENCIL_StorageList *stl, Object
 
 				/* add object to cache */
 				newob = MEM_dupallocN(ob);
-				printf("Dupli %p\n", &newob);
 
 				/* Create a unique name or the object hash used in draw will fail.
 				 * the name must be unique in the hash, not in the scene because



More information about the Bf-blender-cvs mailing list