From: Roy Marples Date: Fri, 5 Feb 2016 14:30:08 +0000 (+0000) Subject: Remove debug X-Git-Tag: v6.10.2~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1428677bad294405573ee3590043726d31fdc5b4;p=thirdparty%2Fdhcpcd.git Remove debug --- diff --git a/if-options.c b/if-options.c index 294f8c8c..3710cadc 100644 --- a/if-options.c +++ b/if-options.c @@ -2153,7 +2153,6 @@ get_line(char ** __restrict buf, size_t * __restrict buflen, break; } } - printf ("*%s*\n", p); return p; }