diff options
author | Ermal <eri@pfsense.org> | 2013-03-07 14:18:05 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2013-03-07 14:18:05 +0000 |
commit | 2c07529a81d5d2246eece3ca46bc52e4b1861e05 (patch) | |
tree | b44df010727edf6bf023af5d56f899790edf9508 /etc/inc/interfaces.inc | |
parent | 6d1594eb6701ffe480cc2496c9301df4d0f64515 (diff) | |
download | pfsense-2c07529a81d5d2246eece3ca46bc52e4b1861e05.zip pfsense-2c07529a81d5d2246eece3ca46bc52e4b1861e05.tar.gz |
Remove debug code
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r-- | etc/inc/interfaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 685c1fc..e50a643 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -2943,7 +2943,6 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven } } else { $bigmtu = interface_vlan_mtu_configured($realhwif, $wancfg['mtu']); - file_put_contents("/tmp/testing", $bigmtu); if ($wancfg['mtu'] >= $bigmtu) { /* All vlans need to use the same mtu value as their parent. */ if (is_array($config['vlans']['vlan'])) { |