Revision: 44290
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44290
Author:   kjym3
Date:     2012-02-21 01:42:03 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
Removed a code segment for debugging (not intended for a commit).

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c

Modified: branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c       
2012-02-21 01:40:04 UTC (rev 44289)
+++ branches/soc-2008-mxcurioni/source/blender/editors/mesh/bmesh_tools.c       
2012-02-21 01:42:03 UTC (rev 44290)
@@ -4660,11 +4660,6 @@
                                BM_elem_flag_enable(efa, BM_ELEM_FREESTYLE);
                }
        }
-       printf("%s\n", clear ? "clear" : "set");
-       BM_ITER(efa, &iter, em->bm, BM_FACES_OF_MESH, NULL) {
-               printf("face %s\n", (BM_elem_flag_test(efa, BM_ELEM_FREESTYLE)) 
? "enabled" : "disabled");
-       }
-       printf("\n");
 
        DAG_id_tag_update(obedit->data, OB_RECALC_DATA);
        WM_event_add_notifier(C, NC_GEOM|ND_DATA, obedit->data);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to