We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933ac5f commit 4cc8752Copy full SHA for 4cc8752
tuktuk-cli/src/cmd/task.rs
@@ -565,7 +565,6 @@ impl TaskCmd {
565
println!("Requeueing {} tasks", collected_tasks.len());
566
567
for task in collected_tasks {
568
- println!("Requeueing task: {:?}", task);
569
let (new_task_key, ix) = tuktuk::task::queue(
570
client.as_ref(),
571
client.payer.pubkey(),
0 commit comments