From f54c3e35006de9e726f70d722719e540e284ce7c Mon Sep 17 00:00:00 2001 From: Antonioya Date: Wed, 13 Feb 2019 10:00:02 +0100 Subject: [PATCH] GP: Remove debug print --- source/blender/editors/gpencil/gpencil_paint.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c index 80a1855ccd8..4a1bfda2dfc 100644 --- a/source/blender/editors/gpencil/gpencil_paint.c +++ b/source/blender/editors/gpencil/gpencil_paint.c @@ -2137,8 +2137,6 @@ static void gp_paint_initstroke(tGPsdata *p, eGPencil_PaintModes paintmode, Deps if (has_layer_to_erase == false) { p->status = GP_STATUS_ERROR; - //if (G.debug & G_DEBUG) - printf("Error: Eraser will not be affecting anything (gpencil_paint_init)\n"); return; } }