Skip to content

Commit 8bfd533

Browse files
authored
Merge pull request #32 from MiniGod/remove-console-log
Remove calls to console.log
2 parents cff0281 + 1e92752 commit 8bfd533

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/keyboard.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
9696
watch: {
9797
layout() {
98-
console.log("Layout changed");
9998
this.currentKeySet = "default";
10099
}
101100
},
@@ -185,7 +184,6 @@
185184
if (this.options.preventClickEvent) e.preventDefault();
186185
187186
this.inputScrollLeft = this.input.scrollLeft;
188-
//console.log("mousedown: ", this.input.scrollLeft, this.input.scrollWidth, this.input.clientWidth);
189187
},
190188
191189
clickKey(e, key) {
@@ -437,4 +435,4 @@
437435
} // .keyboard
438436
439437
} // .vue-touch-keyboard
440-
</style>
438+
</style>

0 commit comments

Comments
 (0)