summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-05-03 15:40:44 -0400
committerChris Buechler <cmb@pfsense.org>2009-05-03 15:40:44 -0400
commitfb534738843e99878b54e59a54ddbaf2ff418ba5 (patch)
tree1afb4bbbe3a8b327fc30e228d0dfd8dbb48f3dc2
parent30705af78e63d4566e9f32623d45bbedb762abc4 (diff)
downloadpfsense-fb534738843e99878b54e59a54ddbaf2ff418ba5.zip
pfsense-fb534738843e99878b54e59a54ddbaf2ff418ba5.tar.gz
remove debug logging
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index fb4429b..3ba6980 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1570,7 +1570,6 @@ function setup_bridge() {
$iflist['opt' . $i] = 'opt' . $i;
foreach($iflist as $if) {
// go through all interfaces and check for bridged interfaces
- log_error("foreach if is $if");
if ($config['interfaces'][$if]['bridge']) {
// this interface is bridged
$bridgefound = false;
OpenPOWER on IntegriCloud