Remove forgotten exit call

Uh oh. Sorry for this.
pull/1674/head
Adrien-ANTON-LUDWIG 2023-07-13 10:25:14 +00:00
rodzic ee5ff3258f
commit 9b9ba724c6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -338,7 +338,6 @@ def median_smoothing(geotiff_path, output_path, smoothing_iterations=1, window_s
log.ODM_INFO('Completed smoothing to create %s in %s' % (output_path, datetime.now() - start))
exit(42)
return output_path