Skip to content

Commit 67be7e4

Browse files
committed
Remove temp logs
1 parent 7b15699 commit 67be7e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/src/main/java/com/concordium/wallet/ui/walletconnect/WalletConnectViewModel.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,11 +1089,8 @@ private constructor(
10891089
}
10901090

10911091
private fun respondSuccess(result: String) = viewModelScope.launch {
1092-
println("OOLEG responding to $sessionRequestId")
10931092
handledRequests += sessionRequestId
10941093

1095-
println("OOLEG Sending da response")
1096-
10971094
SignClient.respond(
10981095
Sign.Params.Response(
10991096
sessionTopic = sessionRequestTopic,
@@ -1102,11 +1099,7 @@ private constructor(
11021099
result = result,
11031100
)
11041101
),
1105-
onSuccess = {
1106-
println("OOLEG success")
1107-
}
11081102
) { error ->
1109-
println("OOLEG error $error")
11101103
Log.e("failed_responding_success", error.throwable)
11111104

11121105
mutableEventsFlow.tryEmit(

0 commit comments

Comments
 (0)