logerror aus showcharts entfernt

This commit is contained in:
2024-06-17 15:44:00 +00:00
parent 8bfa8080c8
commit 3447809f49
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
build_and_copy.sh
Dockerfile_noise
.vscode
node_modules
log
+1 -1
View File
@@ -13,7 +13,7 @@
],
"program": "${workspaceFolder}/bin/www.js",
"env": {
// "APIHOST": "http://reception:3000",
"APIHOST": "http://192.168.178.127:3005",
// "MONGOHOST": "reception",
// "MONGOUSRP": "admin:mongo4noise",
// "MONGOAUTH": "true",
-1
View File
@@ -1,4 +1,3 @@
import {logerror} from "./logit.js";
import * as utils from "./chart_utilities.js";
import { DateTime } from './luxon.min.js'
import * as map from "./map.js";