Skip to content

Commit

Permalink
Removed debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
tsarpaul authored and tsarpaul committed Dec 29, 2016
1 parent 81db155 commit 7048532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion riprova/retrier.py
Expand Up @@ -149,7 +149,6 @@ def istimeout(self, start):
bool: `True` if timeout exceeded, otherwise `False`.
"""
now_time = now()
print now_time - start
return now_time - start + 1 > self.timeout > 0

def _handle_error(self, err):
Expand Down

0 comments on commit 7048532

Please sign in to comment.