Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed May 21, 2024
1 parent 437f710 commit a476c09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cylc/flow/task_job_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def submit_task_jobs(self, workflow, itasks, curve_auth,
for itask in itasks:
# Log and persist
LOG.debug(f"[{itask}] host={host}")
breakpoint()
self.workflow_db_mgr.put_insert_task_jobs(itask, {
'flow_nums': serialise(itask.flow_nums),
'is_manual_submit': itask.is_manual_submit,
Expand Down Expand Up @@ -1243,7 +1242,6 @@ def _prep_submit_task_job(

def _prep_submit_task_job_error(self, workflow, itask, action, exc):
"""Helper for self._prep_submit_task_job. On error."""
# breakpoint(header=f'>>> {itask=} {exc=} {action=}')
log_task_job_activity(
SubProcContext(self.JOBS_SUBMIT, action, err=exc, ret_code=1),
workflow,
Expand Down

0 comments on commit a476c09

Please sign in to comment.