spurrious printlns

This commit is contained in:
Ruben Fiszel
2022-10-04 14:44:56 +02:00
parent f2be15a7e7
commit 5b67da5cf5
2 changed files with 0 additions and 7 deletions

View File

@@ -362,7 +362,6 @@ async fn handle_queued_job(
envs,
)
.await;
println!("{logs:#?} {execution:?}");
match execution {
Ok(r) => {

View File

@@ -255,12 +255,6 @@ pub async fn update_flow_status_after_job_completion(
false if has_failure_module(flow, &mut tx).await? => true,
false => false,
};
println!(
"{success:#?} {:#?} {:#?} {should_continue_flow} {module_index:#?}",
&flow_job.parse_raw_flow_retry(module_index),
&flow_job.parse_flow_status_retry().unwrap_or_default()
);
tx.commit().await?;
let done = if !should_continue_flow {