[Pcsclite-cvs-commit] Drivers/ccid/src debug.c,1.1.1.1,1.2

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv24239/src

Modified Files:
	debug.c 
Log Message:
remove now useless #ifdef DEBUG 


Index: debug.c
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/debug.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- debug.c	12 Aug 2003 12:40:24 -0000	1.1.1.1
+++ debug.c	6 Apr 2004 13:18:11 -0000	1.2
@@ -1,6 +1,6 @@
 /*
     debug.c: log (or not) messages
-    Copyright (C) 2003   Ludovic Rousseau
+    Copyright (C) 2003-2004   Ludovic Rousseau
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -25,8 +25,6 @@
 #include "config.h"
 #include "debug.h"
 
-#ifdef DEBUG
-
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
@@ -67,6 +65,4 @@
 
 	fprintf(stderr, "%s\n", DebugBuffer);
 } /* debug_xxd */
-
-#endif