]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove debug.
authorRoy Marples <roy@marples.name>
Tue, 5 Sep 2017 18:29:02 +0000 (19:29 +0100)
committerRoy Marples <roy@marples.name>
Tue, 5 Sep 2017 18:29:02 +0000 (19:29 +0100)
src/dhcp6.c

index 29bf08cd261dae4a2c8d009eeb76d2dc9b0a7e79..bece94e90066044606473034b96b2654843896da 100644 (file)
@@ -2862,7 +2862,6 @@ dhcp6_bind(struct interface *ifp, const char *op)
                        bool all_expired = true;
 
                        TAILQ_FOREACH(ia, &state->addrs, next) {
-                               loginfox("%s %d", ia->saddr, ia->flags);
                                if (ia->flags & IPV6_AF_STALE)
                                        continue;
                                if (ia->prefix_vltime <= state->renew)