From a1ea5f2c6987a847b7865805b015c0918386907f Mon Sep 17 00:00:00 2001 From: leslie Date: Sat, 8 Mar 2008 04:46:53 +0100 Subject: [PATCH] remove old smartcard debug code --- smartcard.h | 17 ----------------- 1 file changed, 17 deletions(-) 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