diff --git a/libfreefare/mifare_classic.c b/libfreefare/mifare_classic.c index 89fc4c1..2937123 100644 --- a/libfreefare/mifare_classic.c +++ b/libfreefare/mifare_classic.c @@ -88,7 +88,6 @@ errno = 0; \ DEBUG_XFER (msg, __##msg##_n, "===> "); \ if (!(nfc_initiator_transceive_bytes (tag->device, msg, __##msg##_n, res, &__##res##_n))) { \ - nfc_perror (tag->device, __FUNCTION__); \ if (disconnect) { \ tag->active = false; \ } \