From cf4942b510d78547d121c3105864f8fa3bde38e5 Mon Sep 17 00:00:00 2001 From: Romain Tartiere Date: Tue, 7 Sep 2010 13:38:48 +0000 Subject: [PATCH] Remove debugging line that should not have been committed in r535. --- libfreefare/mifare_classic.c | 1 - 1 file changed, 1 deletion(-) 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; \ } \