Removed debug

This commit is contained in:
laf
2015-12-23 10:53:06 +00:00
parent d48aa2789c
commit a9d09b3289
-1
View File
@@ -45,7 +45,6 @@ function influxdb_connect() {
function influx_update($device,$measurement,$tags=array(),$fields) {
global $influxdb,$config,$console_color;
if ($influxdb !== false) {
echo "AHHHH $influxdb\n";
$tmp_fields = array();
$tmp_tags['hostname'] = $device['hostname'];
foreach ($tags as $k => $v) {