]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug.
authorRoy Marples <roy@marples.name>
Wed, 5 Oct 2016 19:20:39 +0000 (19:20 +0000)
committerRoy Marples <roy@marples.name>
Wed, 5 Oct 2016 19:20:39 +0000 (19:20 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index 6623e2cbc569d0832e0b0fe2c203378fa646fdbe..60fdbaf3aefb3440ce317e8d495e02d53461edfa 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -208,7 +208,6 @@ dhcp6_makevendor(void *data, const struct interface *ifp)
                vlen = 0; /* silence bogus gcc warning */
        } else {
                vlen = dhcp_vendor(vendor, sizeof(vendor));
-               printf ("VENDOR: %s***\n", vendor);
                if (vlen == -1)
                        vlen = 0;
                else