Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2019-02-13 12:00:02 +0300
committerAntonioya <blendergit@gmail.com>2019-02-13 12:00:02 +0300
commitf54c3e35006de9e726f70d722719e540e284ce7c (patch)
treeb16749251697befd26424bce7e80a3219150a1f0 /source/blender/editors
parentb271cbfcb062498532a2bde5ab9fbac03be8f1cd (diff)
GP: Remove debug print
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/gpencil/gpencil_paint.c2
1 files changed, 0 insertions, 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;
}
}