remove unecessary log

This commit is contained in:
Ruben Fiszel
2024-03-19 14:08:41 +01:00
committed by GitHub
parent 40460bd9cf
commit 1d78902906
-1
View File
@@ -3503,7 +3503,6 @@ async fn get_completed_job<'a>(
let job = not_found_if_none(job_o, "Completed Job", id.to_string())?;
let cj = CompletedJob::from_row(&job)?;
tracing::error!("response: {:?}", cj.logs);
let response = Json(cj).into_response();
// let extra_log = query_scalar!(