Skip to content

Commit

Permalink
Remove 'waiting...' message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed May 16, 2024
1 parent 6b1a023 commit 6abf386
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ async fn run_broadcast(cli: &Config) -> Result<(), PegasusError> {
// Break out of the scheduling loop.
break;
}
eprintln!("[Pegasus] Queue drained. Waiting 3 seconds...");
time::sleep(time::Duration::from_secs(3)).await;
}

Expand Down Expand Up @@ -236,7 +235,6 @@ async fn run_queue(cli: &Config) -> Result<(), PegasusError> {
}
// Queue is empty but either we're in deamon mode or not all commands
// finished running. So we wait.
eprintln!("[Pegasus] Queue drained. Waiting 3 seconds...");
time::sleep(time::Duration::from_secs(3)).await;
}

Expand Down

0 comments on commit 6abf386

Please sign in to comment.