From 32e0b611de1e0e80577a4d52336484dba090fc6d Mon Sep 17 00:00:00 2001
From: Piotr Heilman <piotr.heilman@gmail.com>
Date: Mon, 27 May 2024 08:23:22 +0200
Subject: [PATCH] Remove old comment.

---
 src/app.rs | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/app.rs b/src/app.rs
index a5f0e6b0..3c4910ac 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -264,8 +264,6 @@ impl App {
         let (processed, batching_builder) = processed_builder.seal_and_continue();
         let (batching, mut latest_builder) = batching_builder.seal_and_continue();
 
-        // We are duplicating updates here for some commitments that were batched but
-        // this is an idempotent operation
         let pending_items = self
             .database
             .get_commitments_by_status(ProcessedStatus::Pending)