summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-09-01 08:08:46 +0200
committersmos <seth.mos@dds.nl>2011-09-01 08:41:16 +0200
commit4ddbdfc17bc3844b51a0160f2fa96e5f52178fd0 (patch)
treefbd391a5d309b5c2b200314f3b55ebbf083337c7
parent0041092cbfaf82bc12b3448c29e1087de6abe7aa (diff)
downloadpfsense-4ddbdfc17bc3844b51a0160f2fa96e5f52178fd0.zip
pfsense-4ddbdfc17bc3844b51a0160f2fa96e5f52178fd0.tar.gz
Remove stray print_r debugging from the dhcp6 client function
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8a093bb..454f89e 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2995,10 +2995,6 @@ function interface_dhcpv6_configure($interface = "wan") {
}
}
}
- if(!empty($out)) {
- print_r($out);
- }
-
return 0;
}
OpenPOWER on IntegriCloud