diff --git a/apps/showcase/src/components/voice.js b/apps/showcase/src/components/voice.js index ed3fb97..3f4bea3 100644 --- a/apps/showcase/src/components/voice.js +++ b/apps/showcase/src/components/voice.js @@ -260,7 +260,6 @@ export default class Voice { list = list.filter((item) => item !== 'CN_043') } const id = list[Math.floor(Math.random() * list.length)] - console.log(id, list, this.#config.language) return id === this.#voice.id.last ? getVoiceId() : id } this.#playVoice(getVoiceId())