Removing logs

This commit is contained in:
Vitor Pamplona
2023-02-02 20:39:54 -05:00
parent bd77c43d40
commit e3aa573b8c
@@ -89,7 +89,7 @@ abstract class NostrDataSource<T>(val debugName: String) {
}
override fun onError(error: Error, subscriptionId: String, relay: Relay) {
Log.e("ERROR", "Relay ${relay.url}: ${error.message}")
//Log.e("ERROR", "Relay ${relay.url}: ${error.message}")
}
override fun onRelayStateChange(type: Relay.Type, relay: Relay, channel: String?) {