From d9ad34274824167b3db798c32c1f91909bd61bd7 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 28 Oct 2011 18:37:53 +0000 Subject: [PATCH] fix to smokeping git-svn-id: http://www.observium.org/svn/observer/trunk@2705 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/latency.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/pages/device/latency.inc.php b/html/pages/device/latency.inc.php index e05c5da53..536c64c4e 100644 --- a/html/pages/device/latency.inc.php +++ b/html/pages/device/latency.inc.php @@ -55,7 +55,6 @@ if($vars['view'] == "incoming") ksort($smokeping_files['in'][$device['hostname']]); foreach($smokeping_files['in'][$device['hostname']] AS $src => $host) { - echo("$src -> $host"); $hostname = str_replace(".rrd", "", $host); $host = device_by_name($src); if(is_numeric($host['device_id']))