Remove extra debugging echo.

This commit is contained in:
Scott Ullrich 2007-05-29 20:54:51 +00:00
parent d4888e7596
commit 21932fc6b2

View File

@ -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) {