diff --git a/xtask/src/pipelines.rs b/xtask/src/pipelines.rs index b89d7c0b67..8c453d6fbe 100644 --- a/xtask/src/pipelines.rs +++ b/xtask/src/pipelines.rs @@ -357,10 +357,6 @@ pub fn publish(sh: &Shell, flags: flags::Publish) -> anyhow::Result<()> { println!("Aborting publish for crate '{crate_name}'"); return Err::<(), _>(err); } - } else { - println!("Waiting for crates.io to catch up..."); - std::thread::sleep(std::time::Duration::from_secs(15)); - break; } } }