aboutsummaryrefslogtreecommitdiff
path: root/src/Diller.js
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-10-30 19:45:22 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2015-10-30 19:45:22 +0100
commitecb664a8550ee787a593db6cf45907100a875a54 (patch)
treedc241c9941df27715f721ef12bd40a7648f09f37 /src/Diller.js
parent5e634d62d599c60a34f405e26ef0c3037e9a37a3 (diff)
downloaddiller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.gz
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.bz2
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.tar.xz
diller-server-ecb664a8550ee787a593db6cf45907100a875a54.zip
o Splitting the value field into value_numeric and value_text.
Diffstat (limited to 'src/Diller.js')
-rw-r--r--src/Diller.js2
1 files changed, 1 insertions, 1 deletions
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;
});