From b40ac6c396f80afce015b5dd33625a780e98749b Mon Sep 17 00:00:00 2001 From: Joseph Shearer Date: Wed, 2 Oct 2024 12:15:17 -0400 Subject: [PATCH] invoice-generator: Remove unnecessary comment --- crates/billing-integrations/src/stripe.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/billing-integrations/src/stripe.rs b/crates/billing-integrations/src/stripe.rs index 47ec839c4f..b52255fd27 100644 --- a/crates/billing-integrations/src/stripe.rs +++ b/crates/billing-integrations/src/stripe.rs @@ -687,7 +687,6 @@ pub async fn do_publish_invoices(cmd: &PublishInvoice) -> anyhow::Result<()> { let collected: HashMap)> = futures::stream::iter(invoice_futures) - // Let's run 10 `upsert_invoice()`s at a time .buffer_unordered(5) .or_else(|err| async move { if !cmd.fail_fast {