[Bf-blender-cvs] [54590af8447] soc-2019-bevel-profiles: Remove final print statement

Hans Goudey noreply at git.blender.org
Wed Nov 6 00:45:11 CET 2019


Commit: 54590af8447ea0fb36f8102cce42e0a1e379766f
Author: Hans Goudey
Date:   Tue Nov 5 18:44:49 2019 -0500
Branches: soc-2019-bevel-profiles
https://developer.blender.org/rB54590af8447ea0fb36f8102cce42e0a1e379766f

Remove final print statement

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

M	source/blender/editors/mesh/editmesh_bevel.c

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

diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c
index 51c30b0f45c..000e238b6f3 100644
--- a/source/blender/editors/mesh/editmesh_bevel.c
+++ b/source/blender/editors/mesh/editmesh_bevel.c
@@ -231,7 +231,6 @@ static void edbm_bevel_update_status_text(bContext *C, wmOperator *op)
 
 static bool edbm_bevel_init(bContext *C, wmOperator *op, const bool is_modal)
 {
-  printf("EDBM BEVEL INIT\n");
   Scene *scene = CTX_data_scene(C);
   ToolSettings *ts = CTX_data_tool_settings(C);
   BevelData *opdata;



More information about the Bf-blender-cvs mailing list