Skip to content

Commit

Permalink
rm errant dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Nov 9, 2024
1 parent 8aad09c commit eff837e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,6 @@ impl<T: Task + Sync> Worker<T> {
}

Err(ref error) => {
dbg!("error case");
let retry_policy = &in_progress_task.retry_policy;
self.handle_task_error(&mut tx, &in_progress_task, retry_policy, error)
.await?;
Expand Down

0 comments on commit eff837e

Please sign in to comment.