Skip to content

Commit

Permalink
fix(ui): remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Jan 28, 2025
1 parent 7ec9f6c commit 035f6b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/components/inputs/MonacoEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@
},
initMonaco: async function () {
let self = this;
console.log("showWords set to false")
let options = {
...{
value: this.value,
Expand Down

0 comments on commit 035f6b3

Please sign in to comment.