Remove wrong hint

This commit is contained in:
Ruakij 2021-11-26 19:17:24 +01:00
parent e18de63d7c
commit 271554719e

View File

@ -43,7 +43,6 @@ function checkWriteApi(influxDb, options){
.catch((err) => {
logger.error("Could not get writeApi:");
logger.error(`Error [${err.code}]:`, err.message);
if(err.code == "not found") logger.error("No write-permission?");
reject();
}).then((res) => {
logger.debug("Writing ok");