aboutsummaryrefslogtreecommitdiff
path: root/src/Diller.js
diff options
context:
space:
mode:
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;
});