Skip to content

Commit

Permalink
🚨 Fix lint warn, by removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Apr 8, 2024
1 parent 18e2338 commit 31b40e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ const mount = () => new Vue({
store, router, render, i18n,
}).$mount('#app');

store.dispatch(Keys.INITIALIZE_CONFIG).then((thing) => {
console.log('main', thing);

store.dispatch(Keys.INITIALIZE_CONFIG).then(() => {
// Keycloak is enabled, redirect to KC login page
if (isKeycloakEnabled()) {
initKeycloakAuth()
Expand Down

0 comments on commit 31b40e6

Please sign in to comment.