]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug
authorRoy Marples <roy@marples.name>
Fri, 5 Feb 2016 14:30:08 +0000 (14:30 +0000)
committerRoy Marples <roy@marples.name>
Fri, 5 Feb 2016 14:30:08 +0000 (14:30 +0000)
if-options.c

index 294f8c8c781296e6f31e4c532d4189049ef2f542..3710cadc08d14b53a64a65a1e47d681cf73cff22 100644 (file)
@@ -2153,7 +2153,6 @@ get_line(char ** __restrict buf, size_t * __restrict buflen,
                        break;
                }
        }
-       printf ("*%s*\n", p);
        return p;
 }