Updates logging for auth

This commit is contained in:
Vitor Pamplona
2025-08-14 17:06:26 -04:00
parent 38827a4db6
commit 5b8afb6f60
@@ -320,7 +320,7 @@ open class BasicRelayClient(
}
private fun processAuth(msg: AuthMessage) {
// Log.d(logTag, "Auth $newMessage")
Log.d(logTag, "Auth ${msg.challenge}")
listener.onAuth(this@BasicRelayClient, msg.challenge)
}