From 488f6cd057c65c73ee443162d6a33cc7b30b6df3 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sun, 28 Feb 2010 14:06:56 +0000 Subject: [PATCH] remove print_r from etherlike graphs git-svn-id: http://www.observium.org/svn/observer/trunk@974 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/port_etherlike.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/graphs/port_etherlike.inc.php b/html/includes/graphs/port_etherlike.inc.php index 4c210af257..3ac1921010 100644 --- a/html/includes/graphs/port_etherlike.inc.php +++ b/html/includes/graphs/port_etherlike.inc.php @@ -23,7 +23,7 @@ if(is_file($file)) { } } else {echo("file missing: $file"); } -print_r($rrd_list); +if ($_GET['debug']) { print_r($rrd_list); } $colours = "mixed"; $nototal = 1;