mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra debugging echo.
This commit is contained in:
parent
d4888e7596
commit
21932fc6b2
@ -169,7 +169,6 @@ function output_ipsec_tunnel_status($tunnel) {
|
||||
global $g, $config, $sad;
|
||||
$if = "WAN";
|
||||
$interfaceip = get_ipsec_tunnel_src($tunnel);
|
||||
echo $interfaceip;
|
||||
$foundsrc = false;
|
||||
$founddst = false;
|
||||
foreach($sad as $sa) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user