mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
remove unecessary log
This commit is contained in:
@@ -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!(
|
||||
|
||||
Reference in New Issue
Block a user