diff --git a/src/components/Chat.vue b/src/components/Chat.vue index a551e1f..67e8f73 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -1472,11 +1472,7 @@ export default { }, onVoiceRecording(event) { - console.log('voice..') - console.log(event) - console.log(event.file) this.currentSendShowSendButton = false; - //this.currentImageInputsPath = event.file; this.currentImageInputsPath = Array.isArray(this.currentImageInputsPath) ? [...this.currentImageInputsPath, event.file] : [event.file]; var text = undefined; if (this.currentInput && this.currentInput.length > 0) {