changeset 55:af7b01ad6d05

iothread: remove obsolete TODO comment There is nothing to do. The iothread code only needs to read the message from the device and write it to the log file. Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Thu, 16 Jan 2020 18:25:07 -0500
parents c8c848632471
children 3535be2e3824
files iothread.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/iothread.c	Tue Jan 14 11:12:39 2020 -0500
+++ b/iothread.c	Thu Jan 16 18:25:07 2020 -0500
@@ -163,8 +163,6 @@
 		fprintf(stderr, "Failed to log raw UBX message: %s\n",
 			xstrerror(ret));
 
-	/* TODO: do something with the received message? */
-
 	return 0;
 }