[Bf-blender-cvs] [762bf9f3288] greasepencil-refactor: GPencil: Cleanup old debug line

Antonio Vazquez noreply at git.blender.org
Tue Jan 21 10:51:39 CET 2020


Commit: 762bf9f328891da920402ae6ac258a7ede84d472
Author: Antonio Vazquez
Date:   Tue Jan 21 09:23:24 2020 +0100
Branches: greasepencil-refactor
https://developer.blender.org/rB762bf9f328891da920402ae6ac258a7ede84d472

GPencil: Cleanup old debug line

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index ae8d891fcb9..65919057273 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -775,7 +775,6 @@ static void gp_duplicate_points(const bGPDstroke *gps,
       else if (i == gps->totpoints - 1) {
         len = i - start_idx + 1;
       }
-      // printf("copying from %d to %d = %d\n", start_idx, i, len);
 
       /* make copies of the relevant data */
       if (len) {



More information about the Bf-blender-cvs mailing list