From e932576bb7af8a08cf1b586b15cc23f8fd2ba005 Mon Sep 17 00:00:00 2001 From: Joilnen Leite Date: Fri, 10 Mar 2006 19:47:36 +0000 Subject: [PATCH] fix bug 3970 . --- source/blender/src/drawobject.c | 1 - 1 file changed, 1 deletion(-) 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); } }