From: <lu...@us...> - 2009-01-09 14:13:54
|
Revision: 246 http://pyscard.svn.sourceforge.net/pyscard/?rev=246&view=rev Author: ludov Date: 2009-01-09 14:13:45 +0000 (Fri, 09 Jan 2009) Log Message: ----------- remove a print debug line Modified Paths: -------------- trunk/pyscard/src/smartcard/pcsc/PCSCContext.py Modified: trunk/pyscard/src/smartcard/pcsc/PCSCContext.py =================================================================== --- trunk/pyscard/src/smartcard/pcsc/PCSCContext.py 2008-12-16 10:41:18 UTC (rev 245) +++ trunk/pyscard/src/smartcard/pcsc/PCSCContext.py 2009-01-09 14:13:45 UTC (rev 246) @@ -35,7 +35,6 @@ def __init__( self ): hresult, self.hcontext = SCardEstablishContext( SCARD_SCOPE_USER ) if hresult!=0: - print "establishcontext failed: %.8x" % hresult raise EstablishContextException( 'Failed to establish context: ' + SCardGetErrorMessage(hresult) ) def getContext( self ): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |