From: Kaj-Michael Lang Date: Fri, 10 Aug 2007 11:50:43 +0000 (+0300) Subject: Remove debug X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b1e07b331d0796f3e3c524da0052e0eaca1b2c;p=mapper Remove debug --- diff --git a/src/latlon.c b/src/latlon.c index 3cb06c9..612da89 100644 --- a/src/latlon.c +++ b/src/latlon.c @@ -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;