GP: Remove debug print

This commit is contained in:
Antonio Vazquez 2019-02-13 10:00:02 +01:00
parent b271cbfcb0
commit f54c3e3500
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}