summaryrefslogtreecommitdiff
path: root/ppsthread.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2013-11-30 18:37:11 -0800
committerGary E. Miller <gem@rellim.com>2013-11-30 18:37:11 -0800
commitfe63f2ff4c825995569fe2f54479a328d83ac87f (patch)
tree9e50c9514e40bc193d01cbfbdb869f9ce294973c /ppsthread.c
parentfc8049d95fa4d91ecb334bf921ec719fe1ced24a (diff)
downloadgpsd-fe63f2ff4c825995569fe2f54479a328d83ac87f.tar.gz
remove debug gpsd_report() that escaped into git.
Diffstat (limited to 'ppsthread.c')
-rw-r--r--ppsthread.c2
1 files changed, 0 insertions, 2 deletions
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;