mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
remove the print
This commit is contained in:
@@ -2294,7 +2294,6 @@ async fn count_queue_jobs(
|
||||
|
||||
let count_queue_jobs = if *SHARD_MODE {
|
||||
let shard_db_store = SHARD_ID_TO_DB_INSTANCE.get().unwrap();
|
||||
println!("{:#?}", &cq.num_shards);
|
||||
let num_shards_to_query = cq.num_shards.unwrap_or(shard_db_store.len());
|
||||
|
||||
let count_futures = (0..num_shards_to_query)
|
||||
@@ -2407,8 +2406,6 @@ async fn count_completed_jobs(
|
||||
let count_completed_jobs = if *SHARD_MODE {
|
||||
let shard_db_store = SHARD_ID_TO_DB_INSTANCE.get().unwrap();
|
||||
|
||||
println!("{:#?}", &cq.num_shards);
|
||||
|
||||
let num_shards_to_query = cq.num_shards.unwrap_or(shard_db_store.len());
|
||||
|
||||
let count_futures = (0..num_shards_to_query)
|
||||
|
||||
Reference in New Issue
Block a user