From bc423fb710fe8bd7ff862951837bb72921383dd9 Mon Sep 17 00:00:00 2001 From: laf Date: Wed, 4 May 2016 19:46:42 +0000 Subject: [PATCH] derp --- html/includes/table/sensors.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/includes/table/sensors.inc.php b/html/includes/table/sensors.inc.php index bce6ecd2ee..e054442ea3 100644 --- a/html/includes/table/sensors.inc.php +++ b/html/includes/table/sensors.inc.php @@ -91,7 +91,6 @@ foreach (dbFetchRows($sql, $param) as $sensor) { $graph_array['width'] = 80; $graph_array['height'] = 20; $graph_array['bg'] = 'ffffff00'; -exit; // the 00 at the end makes the area transparent. $graph_array['from'] = $config['time']['day']; $sensor_minigraph = generate_lazy_graph_tag($graph_array);