chore: removed debug logging
This commit is contained in:
@@ -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"))
|
||||||
|
Reference in New Issue
Block a user