From 0285e0f4fb9b41f299e589212b40de97a9b45d8d Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Mon, 21 Dec 2020 19:02:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9D=8C=20Remove=20useless=20console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/actions/influx_actions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/actions/influx_actions.js b/server/actions/influx_actions.js index a787e8a..bd6261f 100644 --- a/server/actions/influx_actions.js +++ b/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!')) }); }