Remove console.log domoticz.js

This commit is contained in:
wez3 2017-01-09 22:18:55 +01:00
parent d5f07692b8
commit 851a288d29
1 changed files with 0 additions and 1 deletions

View File

@ -602,7 +602,6 @@ if (period == "day") {
var minValue = 10000000;
$.each(data.result, function (i, item) {
console.log(item)
datatable1.push([GetDateFromString(item.d), parseFloat(item.v_max)]);
datatable2.push([GetDateFromString(item.d), parseFloat(item.v_min)]);
if (typeof item.v_avg != 'undefined') {