diff --git a/src/skymap.c b/src/skymap.c index a2fafd8..da519e2 100644 --- a/src/skymap.c +++ b/src/skymap.c @@ -2554,10 +2554,8 @@ planar_search (char *filename, int satno, float rmin, float rmax, int nr, } // Compute position at Graves - printf ("compute position at graves"); if (graves != 0) { - printf ("graves !=0"); graves_xyz (m.mjd, &grvpos, &grvvel); dx = satpos.x - grvpos.x; dy = satpos.y - grvpos.y;