Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDinis committed Jan 15, 2025
1 parent c357c91 commit f0dcbe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ export default {
if (process.env.VUE_APP_SHOW_DOCUMENTS_NAVIGATION) {
return process.env.VUE_APP_SHOW_DOCUMENTS_NAVIGATION === "true";
} else {
console.log(this.show_documents_navigation);
return this.show_documents_navigation === "true";
}
},
Expand Down

0 comments on commit f0dcbe8

Please sign in to comment.