Skip to content

Commit

Permalink
deleted console.log on speak.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvdev committed Jul 8, 2024
1 parent 662e11f commit efaae2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/speak.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ function speak(message) {
variant = config.variant
}
}
console.log(words, toRead)
message.speak = {
toRead: toRead.trim(),
accent,
Expand Down

0 comments on commit efaae2f

Please sign in to comment.