mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 16:02:23 +00:00
fix: remove spurrious error log for apps
This commit is contained in:
@@ -6435,7 +6435,6 @@ async fn get_job_update_data(
|
||||
)
|
||||
.fetch_optional(db)
|
||||
.await?;
|
||||
tracing::error!("q {:?}", q);
|
||||
if let Some(r) = q {
|
||||
(r.result.map(|x| x.0), running, r.result_stream.flatten(), r.stream_offset)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user