shish 1 год назад
Родитель
Сommit
974d474dee

+ 0 - 1
ghsPad/src/components/vKeyboard/VKeyboard.vue

@@ -127,7 +127,6 @@ export default {
 			this.$emit('enter');
 		},
 		cancel(){
-			console.log('can')
 			this.$util.hitVoice()
 			this.$emit('cancel')
 		},

+ 0 - 1
hdPad/src/components/vKeyboard/VKeyboard.vue

@@ -129,7 +129,6 @@ export default {
 			this.$emit('enter');
 		},
 		cancel(){
-			console.log('can')
 			this.$util.hitVoice()
 			this.$emit('cancel')
 		},