From: <lu...@us...> - 2010-05-07 12:57:45
|
Revision: 402 http://pyscard.svn.sourceforge.net/pyscard/?rev=402&view=rev Author: ludov Date: 2010-05-07 12:57:39 +0000 (Fri, 07 May 2010) Log Message: ----------- getFeatureRequest(): remove debug output Modified Paths: -------------- trunk/pyscard/src/smartcard/pcsc/PCSCPart10.py Modified: trunk/pyscard/src/smartcard/pcsc/PCSCPart10.py =================================================================== --- trunk/pyscard/src/smartcard/pcsc/PCSCPart10.py 2010-05-07 12:55:52 UTC (rev 401) +++ trunk/pyscard/src/smartcard/pcsc/PCSCPart10.py 2010-05-07 12:57:39 UTC (rev 402) @@ -82,7 +82,6 @@ while (len(response) > 0): tag = response[0] control = (((((response[2]<<8) + response[3])<<8) + response[4])<<8) + response[5] - print tag, control try: features.append([Features[tag], control]) except KeyError: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |