diff --git a/src/workers/postgres.rs b/src/workers/postgres.rs index 1810aed8..2e0721bb 100644 --- a/src/workers/postgres.rs +++ b/src/workers/postgres.rs @@ -171,8 +171,6 @@ impl Postgres { } pub async fn update_tx(&self, tx: PostgresUpdateTx, signature: &str) -> anyhow::Result<()> { - warn!("updating {signature} with {tx:?}"); - let PostgresUpdateTx { processed_slot, cu_consumed,