aboutsummaryrefslogtreecommitdiffstats
path: root/fingerpass.py
diff options
context:
space:
mode:
authorhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-05-30 18:06:57 +0000
committerhploetz <hploetz@f711b948-2313-0410-aaa9-d29f33439f0b>2007-05-30 18:06:57 +0000
commita05c6bf746256369164278bc086e11120e288ccc (patch)
tree87515f45be96300b27c5b57f9871c8cc67c04a3a /fingerpass.py
parent92e16bef2ca46a56a4439a150751cb3ecccbaaaa (diff)
less verbose
git-svn-id: svn+ssh://localhost/home/henryk/svn/cyberflex-shell/trunk@194 f711b948-2313-0410-aaa9-d29f33439f0b
Diffstat (limited to 'fingerpass.py')
-rwxr-xr-xfingerpass.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/fingerpass.py b/fingerpass.py
index f4c2484..5f59bcc 100755
--- a/fingerpass.py
+++ b/fingerpass.py
@@ -171,7 +171,6 @@ def fingerprint(card):
result = []
catr = compress_atr(card.get_atr())
- print catr
result.append( catr )
result.extend( fingerprint_7816(card) )
@@ -194,7 +193,7 @@ if __name__ == "__main__":
pycsc_card = connect(reader)
card = cards.new_card_object(pycsc_card)
- #cards.generic_card.DEBUG = False
+ cards.generic_card.DEBUG = False
print >>sys.stderr, "Using %s" % card.DRIVER_NAME