remove devops log

This commit is contained in:
Niels Lyngsø
2023-11-24 12:58:43 +01:00
parent 36da64ad51
commit 258f9f95e0

View File

@@ -26,7 +26,6 @@ document.body.appendChild(appElement);
// Example injector:
if(import.meta.env.VITE_EXAMPLE_PATH) {
import(/* @vite-ignore */ './'+import.meta.env.VITE_EXAMPLE_PATH+'/index.ts').then((js) => {
console.log("js", js);
if (js) {
Object.keys(js).forEach((key) => {
const value = js[key];