Skip to content

Commit

Permalink
remove devops log
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 24, 2023
1 parent 078c29f commit 8be5eec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 8be5eec

Please sign in to comment.