chg: 'sc raw' - no need to tvl decode twice

This commit is contained in:
Chris 2018-11-13 12:34:09 +01:00
commit ac12d715f0

View file

@ -233,10 +233,6 @@ int CmdSmartRaw(const char *Cmd) {
SendCommand(&c);
len = smart_response(buf);
// TLV decoder
if (len > 4)
TLVPrintFromBuffer(buf+1, len-3);
data[4] = 0;
}