Version erhöht, Log beim Anmelden an der Mongo entfernt

This commit is contained in:
2026-06-30 16:38:10 +00:00
parent 75ccb0b8ea
commit 74776e1762
5 changed files with 7 additions and 7 deletions
-1
View File
@@ -84,7 +84,6 @@ function onError(error) {
*/
function onListening() {
console.log('DEBUG:', process.env.DEBUG, process.env.INFLUXHOST)
const addr = server.address();
const bind = typeof addr === 'string'
? 'pipe ' + addr