移除无用日志
This commit is contained in:
parent
94bff3f785
commit
0c7eeb9905
|
|
@ -472,13 +472,6 @@ impl VideoClassificationRepository {
|
|||
let completed_json = serde_json::to_string(&TaskStatus::Completed)?;
|
||||
let failed_json = serde_json::to_string(&TaskStatus::Failed)?;
|
||||
|
||||
println!("🔍 统计查询使用的状态值:");
|
||||
println!(" Pending: {}", pending_json);
|
||||
println!(" Uploading: {}", uploading_json);
|
||||
println!(" Analyzing: {}", analyzing_json);
|
||||
println!(" Completed: {}", completed_json);
|
||||
println!(" Failed: {}", failed_json);
|
||||
|
||||
// 获取任务统计
|
||||
let mut stmt = conn.prepare(&format!(
|
||||
"SELECT
|
||||
|
|
|
|||
Loading…
Reference in New Issue