]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug
authorRoy Marples <roy@marples.name>
Sun, 17 Feb 2013 18:22:42 +0000 (18:22 +0000)
committerRoy Marples <roy@marples.name>
Sun, 17 Feb 2013 18:22:42 +0000 (18:22 +0000)
dhcp6.c

diff --git a/dhcp6.c b/dhcp6.c
index 81c468299d447d6f6f6dd981c5ffdcc6f3892791..46e2265f95dc13924c6f0f3e7086a6114e90e8f9 100644 (file)
--- a/dhcp6.c
+++ b/dhcp6.c
@@ -759,7 +759,6 @@ dhcp6_startdiscover(void *arg)
        struct dhcp6_state *state;
 
        ifp = arg;
-       printf ("%s: HERE!!!!\n", ifp->name);
        state = D6_STATE(ifp);
        state->state = DH6S_DISCOVER;
        state->start_uptime = uptime();