Revision
129
Author
ludovic.rousseau@gmail.com
Date
2010-06-07 06:06:29 -0700 (Mon, 07 Jun 2010)

Log Message

disable debug logs by default

Modified Paths

Diff

Modified: trunk/Tokend/PKCS11/GemaltoToken.cpp (128 => 129)


--- trunk/Tokend/PKCS11/GemaltoToken.cpp	2010-06-07 09:17:18 UTC (rev 128)
+++ trunk/Tokend/PKCS11/GemaltoToken.cpp	2010-06-07 13:06:29 UTC (rev 129)
@@ -664,8 +664,8 @@
 #pragma mark ---------------- Gemalto Debug --------------
 
 
-// Define to unable if you want to activate trace into the code
-#define __DEBUG_GEMALTO__
+// Define if you want to activate trace into the code
+#undef __DEBUG_GEMALTO__
 
 void GemaltoToken::toStringHex(const unsigned char* buffer, const std::size_t& size, std::string &result)
 {