Commented out debug-print in Ton's commit from yesterday (camera angle)

This commit is contained in:
Joshua Leung 2007-03-24 01:25:11 +00:00
parent f6ecea59b9
commit 54824340f6

@ -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);