Remove debugging line that should not have been committed in r535.

This commit is contained in:
Romain Tartiere 2010-09-07 13:38:48 +00:00
parent b4ce6bfab6
commit cf4942b510

View file

@ -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; \
} \