From 8e271ace83c26a52815a4108c42a6441f4813e1e Mon Sep 17 00:00:00 2001 From: Louis Bailleul Date: Wed, 25 Nov 2015 11:58:25 +0000 Subject: [PATCH] Remove debug echo --- html/includes/print-graphrow.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/html/includes/print-graphrow.inc.php b/html/includes/print-graphrow.inc.php index 5f8486d924..90fbd2fca9 100644 --- a/html/includes/print-graphrow.inc.php +++ b/html/includes/print-graphrow.inc.php @@ -46,8 +46,6 @@ if($_SESSION['screen_width']) { } } -echo $graph_array['width']; - if( $graph_array['width'] < 215) { $graph_array['width'] = 215; }