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:
authorAntonio Vazquez <blendergit@gmail.com>2021-08-19 20:23:01 +0300
committerAntonio Vazquez <blendergit@gmail.com>2021-08-19 20:23:13 +0300
commit871f7f4ad8326a944bc96251179c8885986d7ef7 (patch)
tree37a6ea5b065dde4add5fd994fd04438738acfe63 /source/blender/editors/gpencil/gpencil_undo.c
parent3febcb98ed4cbf65d7e6386fd3bc5ece2ad903bc (diff)
GPencil: Cleanup old printf debug lines
These lines were very old debug code and now it's not required because the code is very tested.
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_undo.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_undo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/gpencil/gpencil_undo.c b/source/blender/editors/gpencil/gpencil_undo.c
index ede1d3eefaa..96e85cc6135 100644
--- a/source/blender/editors/gpencil/gpencil_undo.c
+++ b/source/blender/editors/gpencil/gpencil_undo.c
@@ -133,8 +133,6 @@ void gpencil_undo_push(bGPdata *gpd)
{
bGPundonode *undo_node;
- // printf("\t\tGP - undo push\n");
-
if (cur_node) {
/* Remove all undone nodes from stack. */
undo_node = cur_node->next;