Skip to content

Commit

Permalink
Remove print statement in listen method
Browse files Browse the repository at this point in the history
  • Loading branch information
nehpetsde committed Jul 31, 2017
1 parent 844afef commit a5a6f41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nfc/clf/rcs380.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,6 @@ def listen_ttf(self, target, timeout):

def listen_dep(self, target, timeout):
log.debug("listen_dep for {0:.3f} sec".format(timeout))
print(target)

if not target.sens_res or len(target.sens_res) != 2:
raise ValueError("sens_res is required and must be 2 byte")
Expand Down

0 comments on commit a5a6f41

Please sign in to comment.