Remove debug echo

This commit is contained in:
Louis Bailleul 2015-11-25 11:58:25 +00:00
parent 64b5fa3c4c
commit 8e271ace83

View File

@ -46,8 +46,6 @@ if($_SESSION['screen_width']) {
}
}
echo $graph_array['width'];
if( $graph_array['width'] < 215) {
$graph_array['width'] = 215;
}