mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Removed UID printing
This commit is contained in:
parent
23ae9ac77c
commit
8f41b868a0
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ class NfcThread(threading.Thread):
|
|||
while True:
|
||||
try:
|
||||
uid_hex = hexlify(self.nfc.scanUID())
|
||||
print uid_hex
|
||||
logging.info("Got UID %s" % uid_hex)
|
||||
self.uidQueue.put(uid_hex)
|
||||
except NFCError, e:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue