Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksMat committed Feb 26, 2018
1 parent 90a8785 commit 52ac063
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sentinelhub/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ def execute_download_request(request):
LOGGER.debug('Successful download from %s', request.url)
break
except requests.RequestException as exception:
if 'EvalScriptUrl' in request.url:
print(response.status_code, try_num, '$$$')
try_num -= 1
if try_num > 0 and (_is_temporal_problem(exception) or
(isinstance(exception, requests.HTTPError) and
Expand Down

0 comments on commit 52ac063

Please sign in to comment.