From 54824340f684824e203ffff1d0759dc9105c0ebf Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 24 Mar 2007 01:25:11 +0000 Subject: [PATCH] Commented out debug-print in Ton's commit from yesterday (camera angle) --- source/blender/src/buttons_editing.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c index 62e831a007b..abbc50581a2 100644 --- a/source/blender/src/buttons_editing.c +++ b/source/blender/src/buttons_editing.c @@ -2992,8 +2992,7 @@ static void do_lenstoangleconversion_cb(void *lens1, void *angle1) if(lens) { *angle= 360.0f * atan(16.0f/lensvalue) / M_PI; - printf("cam angle %f lens %f\n", *angle, *lens); - + //printf("cam angle %f lens %f\n", *angle, *lens); } allqueue(REDRAWVIEW3D, 0);