Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Nov 16, 2023
1 parent 705e344 commit b774b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest/processing/sentinel_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def create_processing_request(
mimetype=mimetype,
resampling_method=resampling_method,
)
print(collections)
return ProcessingAPIRequest(
f"{list(collections.values())[0]['data_collection'].service_url}/api/v1/process",
request_raw_dict,
Expand Down

0 comments on commit b774b66

Please sign in to comment.