fix: remove spurrious error log for apps

This commit is contained in:
Ruben Fiszel
2025-08-11 12:12:35 +00:00
parent 557bdb9d79
commit 1fcd0af7ff
-1
View File
@@ -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 {