summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index 2a6c939b..aa78c2f9 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -80,8 +80,6 @@ static uint8_t checksum(unsigned char *buf, size_t len)
static bool navcom_send_cmd(struct gps_device_t *session, unsigned char *cmd,
size_t len)
{
- gpsd_report(LOG_RAW, "Navcom: command dump: %s\n",
- gpsd_hexdump_wrapper(cmd, len, LOG_RAW));
return (gpsd_write(session, (const char *)cmd, len) == (ssize_t) len);
}
@@ -1206,9 +1204,6 @@ static ssize_t navcom_control_send(struct gps_device_t *session,
putbyte(session->msgbuf, 7 + len, 0x03);
session->msgbuflen = len + 9;
/*@ -ignoresigns +mayaliasunique @*/
- gpsd_report(LOG_RAW, "Navcom: control dump: %s\n",
- gpsd_hexdump_wrapper(session->msgbuf, session->msgbuflen,
- LOG_RAW));
return gpsd_write(session, session->msgbuf, session->msgbuflen);
}
#endif /* CONTROLSEND_ENABLE */