Skip to content

Commit

Permalink
Removed debug info.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc-dev committed Mar 30, 2016
1 parent 1c8cdb7 commit ce0009a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions loophole/polar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,11 +496,7 @@ def send(self, request, timeout=5000):
:param timeout: Timeout value.
:return: Nothing.
"""
print '[H>D] ' + repr(request)
print 'Len: ' + str(len(request))
resp = self.usb.send(request, timeout)
print '[H<D] ' + repr(resp)

return resp[2:]
# end-of-method send

Expand Down

0 comments on commit ce0009a

Please sign in to comment.