chore: removed debug logging

This commit is contained in:
leo 2024-07-19 00:26:37 +02:00
parent 599db7f842
commit faa68da8f4
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ object TBDVoiceChat : ModInitializer {
fun processGameMessage(message: String): Boolean =
urlRegex.find(message).let {
logger.info(message)
if (it != null) {
val token = it.groupValues[1]
openUri(URI("tbdvc://?t=$token"))