Skip to content

Commit 5920ecd

Browse files
Remove kissattach 'known problem' print
1 parent 35c3c29 commit 5920ecd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

kiss.c

-8
Original file line numberDiff line numberDiff line change
@@ -906,14 +906,6 @@ static int kiss_get (/* MYFDTYPE fd*/ void )
906906
dw_printf ("\nError receiving kiss message from client application. Closing %s.\n\n", pt_slave_name);
907907
perror ("");
908908

909-
/* Message added between 1.1 beta test and final version 1.1 */
910-
911-
/* TODO: Determine root cause and find proper solution. */
912-
913-
dw_printf ("This is a known problem that sometimes shows up when using with kissattach.\n");
914-
dw_printf ("There are a couple work-arounds described in the Dire Wolf User Guide\n");
915-
dw_printf ("and the Raspberry Pi APRS documents.\n");
916-
917909
close (pt_master_fd);
918910

919911
pt_master_fd = MYFDERROR;

0 commit comments

Comments
 (0)