chore: removed debug logging
This commit is contained in:
parent
599db7f842
commit
faa68da8f4
@ -18,7 +18,6 @@ object TBDVoiceChat : ModInitializer {
|
|||||||
|
|
||||||
fun processGameMessage(message: String): Boolean =
|
fun processGameMessage(message: String): Boolean =
|
||||||
urlRegex.find(message).let {
|
urlRegex.find(message).let {
|
||||||
logger.info(message)
|
|
||||||
if (it != null) {
|
if (it != null) {
|
||||||
val token = it.groupValues[1]
|
val token = it.groupValues[1]
|
||||||
openUri(URI("tbdvc://?t=$token"))
|
openUri(URI("tbdvc://?t=$token"))
|
||||||
|
Loading…
Reference in New Issue
Block a user