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;