From: leslie Date: Sat, 8 Mar 2008 03:46:53 +0000 (+0100) Subject: remove old smartcard debug code X-Git-Tag: 0.9.1~108 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=a1ea5f2c6987a847b7865805b015c0918386907f;p=sasc-ng.git remove old smartcard debug code --- diff --git a/smartcard.h b/smartcard.h index 56fd6e8..f1eb72f 100644 --- a/smartcard.h +++ b/smartcard.h @@ -40,23 +40,6 @@ // ---------------------------------------------------------------- -#define DEBUG_ISO // debug iso/smartcard functions -#ifdef DEBUG_ISO -#define di(x) { (x); } -#else -#define di(x) ; -#endif - -#ifdef DEBUG_ISO -#define DUMP(data,len) { const int l=(len); \ - for(int i=0 ; i