Skip to content

Commit

Permalink
Eliminate print statement from AggregatePolygonResultCSV.to_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Oct 11, 2023
1 parent 4592b11 commit c22a2e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openeo_driver/save_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ def stats(band):

def to_csv(self, destination=None):
csv_paths = glob.glob(self._csv_dir + "/*.csv")
print(csv_paths)
# TODO: assumption there is only one CSV?
if(destination == None):
return csv_paths[0]
Expand Down

0 comments on commit c22a2e2

Please sign in to comment.