From ecb664a8550ee787a593db6cf45907100a875a54 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 30 Oct 2015 19:45:22 +0100 Subject: o Splitting the value field into value_numeric and value_text. --- src/Diller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Diller.js') diff --git a/src/Diller.js b/src/Diller.js index fa2e308..e73bf46 100644 --- a/src/Diller.js +++ b/src/Diller.js @@ -12,7 +12,7 @@ function Diller(config, db) { return dao.insertValue(property.id, value) .then(function (res) { - log.info('typeof', typeof res.timestamp, res.timestamp, res.timestamp.getTime()); + // ignore the result updateAggregates(property.id, res.timestamp); return res; }); -- cgit v1.2.3