diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c index a8f417276c1..95d601d6045 100644 --- a/source/blender/src/drawobject.c +++ b/source/blender/src/drawobject.c @@ -3740,7 +3740,6 @@ void draw_object(Base *base, int flag) if((G.vd->flag & V3D_SELECT_OUTLINE) && ob->type!=OB_MESH) { if(dt>OB_WIRE && dtdtx&OB_DRAWWIRE) && (ob->flag&SELECT) && !(flag&DRAW_PICKING)) { - printf ("%d %s <--", __LINE__, __FUNCTION__); drawSolidSelect(base); } }