]> err.no Git - mapper/commitdiff
Remove debug
authorKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 11:50:43 +0000 (14:50 +0300)
committerKaj-Michael Lang <milang@angel.tal.org>
Fri, 10 Aug 2007 11:50:43 +0000 (14:50 +0300)
src/latlon.c

index 3cb06c96c460bf708c4aaeab56eeb58506f3c3b0..612da89b0c858f1151f8f7c12a400b1b499e608d 100644 (file)
@@ -97,7 +97,6 @@ dlon=lon2-lon1;
 y=sin(dlon)*cos(lat2);
 x=cos(lat1)*sin(lat2)-sin(lat1)*cos(lat2)*cos(dlon);
 c=atan2(y,x);
-g_printf("H: %lf %lf\n", x ,y, c);
 
 /* Fixup for compass */
 c*=180.f/M_PIl;