Skip to content

Commit

Permalink
AND-9595 remove data from response ResponseApdu
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Dec 27, 2024
1 parent 8763f98 commit c236624
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package com.tangem.common.apdu

import com.tangem.common.core.TangemSdkError
import com.tangem.common.extensions.calculateCrc16
import com.tangem.common.extensions.toHexString
import com.tangem.common.tlv.Tlv
import com.tangem.crypto.decrypt
import java.io.ByteArrayInputStream
Expand Down Expand Up @@ -63,6 +62,6 @@ class ResponseApdu(private val data: ByteArray) {
}

override fun toString(): String {
return "<<<< [${data.size + 2} bytes]: ${data.toHexString()} $sw1 $sw2 (SW: $statusWord)"
return "<<<< [${data.size + 2} bytes]: $sw1 $sw2 (SW: $statusWord)"
}
}

0 comments on commit c236624

Please # to comment.