Browse Source

Remove useless console.log

main
Haris Razis 4 years ago
parent
commit
0285e0f4fb
No known key found for this signature in database GPG Key ID: 86A4D290ED03FAB4
  1. 1
      server/actions/influx_actions.js

1
server/actions/influx_actions.js

@ -10,7 +10,6 @@ iWrite = (pointName, uuid, measurement) => {
.floatField('value', measurement);
writeApi.writePoint(point);
writeApi.flush().then(() => {
console.log(chalk.gray('Flushed!'))
});
}

Loading…
Cancel
Save