Commit: b051e725fa9ca434692e046033941c822f537c32
Author: Antonio Vazquez
Date:   Mon Mar 15 16:34:02 2021 +0100
Branches: temp-gpencil-bezier-stroke-type
https://developer.blender.org/rBb051e725fa9ca434692e046033941c822f537c32

GPencil: Remove debug print

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

M       source/blender/editors/gpencil/gpencil_select.c

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

diff --git a/source/blender/editors/gpencil/gpencil_select.c 
b/source/blender/editors/gpencil/gpencil_select.c
index 0962a50e82e..9192a3fea4a 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -1651,7 +1651,6 @@ static bool gpencil_generic_curve_select(bContext *C,
     bGPDcurve_point *gpc_pt_active = (gpc_pt->runtime.gpc_pt_orig) ? 
gpc_pt->runtime.gpc_pt_orig :
                                                                      gpc_pt;
     BezTriple *bezt_active = &gpc_pt_active->bezt;
-    printf("%d: %f\n", i, bezt_active->vec[1][0]);
 
     if (bezt_active->hide == 1) {
       continue;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to