[Pcsclite-cvs-commit] r6058 - /trunk/PCSC/src/spy/pcsc-spy.py

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Oct 21 13:56:33 UTC 2011


Author: rousseau
Date: Fri Oct 21 13:56:32 2011
New Revision: 6058

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=6058
Log:
Remove debug line

Modified:
    trunk/PCSC/src/spy/pcsc-spy.py

Modified: trunk/PCSC/src/spy/pcsc-spy.py
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/spy/pcsc-spy.py?rev=6058&op=diff
==============================================================================
--- trunk/PCSC/src/spy/pcsc-spy.py (original)
+++ trunk/PCSC/src/spy/pcsc-spy.py Fri Oct 21 13:56:32 2011
@@ -314,7 +314,6 @@
         else:
             while data_read < size:
                 data = self.queue.get()
-                print "b", data
                 self.log_out("%s %s" % (field_name, data))
                 if data == 'NULL':
                     break




More information about the Pcsclite-cvs-commit mailing list