removed logging

This commit is contained in:
2024-06-13 23:13:20 +02:00
parent eeae861353
commit 625485d318

View File

@@ -1,5 +1,4 @@
const getConfig = () => { const getConfig = () => {
console.log(window._env_);
return window._env_ || {}; return window._env_ || {};
} }