diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8028852..f1d2de0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,7 +3,6 @@ - @@ -48,8 +47,8 @@ - - + + @@ -462,12 +461,6 @@ @@ -769,7 +768,7 @@ - + @@ -1221,8 +1220,8 @@ - - + + diff --git a/routes/temp.js b/routes/temp.js index 01d96f4..f5d79f7 100644 --- a/routes/temp.js +++ b/routes/temp.js @@ -110,7 +110,7 @@ router.get('/all', function (req, res, next) { // logger.debug(err); // logger.debug(rows); rows.forEach(function (row) { - logger.debug(row.date + ', ' + row.reading); + // logger.debug(row.date + ', ' + row.reading); // var t = ; // out.push({"date": Date(row.date), "reading":row.reading}); out.push({"date": row.date, "reading": row.reading});