Skip to content

Commit bf1070c

Browse files
committed
clean up
1 parent 06e9eb5 commit bf1070c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/virtualship/expedition/simulate_schedule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def _make_measurements(self, waypoint: Waypoint) -> timedelta:
280280
time_costs.append(
281281
self._expedition.instruments_config.ctd_config.stationkeeping_time
282282
)
283-
breakpoint()
284283
elif instrument is InstrumentType.CTD_BGC:
285284
self._measurements_to_simulate.ctd_bgcs.append(
286285
CTD_BGC(

0 commit comments

Comments
 (0)