Skip to content

Commit 41d6413

Browse files
committed
fix: remove debugging artifact
1 parent 87d65cb commit 41d6413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mapswipe_workers/mapswipe_workers/utils/process_mapillary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ def coordinate_download(
108108
downloaded_metadata, kwargs, polygon, tiles, workers
109109
)
110110
if len(downloaded_metadata):
111-
breakpoint()
112111
downloaded_metadata = pd.concat(downloaded_metadata, ignore_index=True)
113112
else:
114113
return pd.DataFrame(downloaded_metadata)

0 commit comments

Comments
 (0)