From fe63f2ff4c825995569fe2f54479a328d83ac87f Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Sat, 30 Nov 2013 18:37:11 -0800 Subject: remove debug gpsd_report() that escaped into git. --- ppsthread.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ppsthread.c') diff --git a/ppsthread.c b/ppsthread.c index c8278998..580651f6 100644 --- a/ppsthread.c +++ b/ppsthread.c @@ -425,8 +425,6 @@ static /*@null@*/ void *gpsd_ppsmonitor(void *arg) #endif /* defined(HAVE_SYS_TIMEPPS_H) && !defined(S_SPLINT_S) */ #if defined(TIOCMIWAIT) - gpsd_report(session->context->debug, LOG_PROG, "PPS Hello! %d\n", - edge); /*@ +boolint @*/ cycle = timespec_diff_ns(clock_ts, pulse[edge]) / 1000; duration = timespec_diff_ns(clock_ts, pulse[(int)(edge == 0)])/1000; -- cgit v1.2.1