[Pcsclite-cvs-commit] r2054 - trunk/PCSC/src

Ludovic Rousseau rousseau at costa.debian.org
Thu May 25 12:42:57 UTC 2006


Author: rousseau
Date: 2006-05-25 12:42:56 +0000 (Thu, 25 May 2006)
New Revision: 2054

Modified:
   trunk/PCSC/src/debug.c
Log:
log_init(): remove a "pouet" printf() debug message


Modified: trunk/PCSC/src/debug.c
===================================================================
--- trunk/PCSC/src/debug.c	2006-05-24 07:51:13 UTC (rev 2053)
+++ trunk/PCSC/src/debug.c	2006-05-25 12:42:56 UTC (rev 2054)
@@ -40,10 +40,7 @@
 	e = getenv("MUSCLECARD_DEBUG");
 #endif
 	if (e)
-	{
 		LogLevel = atoi(e);
-		printf("pouet %d\n", LogLevel);
-	}
 
 	/* no color under Windows */
 #ifndef WIN32




More information about the Pcsclite-cvs-commit mailing list