File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
app/src/main/java/com/concordium/wallet/ui/walletconnect Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments