rm log
This commit is contained in:
parent
da7011100b
commit
0fb7fa04b6
|
@ -171,8 +171,6 @@ impl Postgres {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn update_tx(&self, tx: PostgresUpdateTx, signature: &str) -> anyhow::Result<()> {
|
pub async fn update_tx(&self, tx: PostgresUpdateTx, signature: &str) -> anyhow::Result<()> {
|
||||||
warn!("updating {signature} with {tx:?}");
|
|
||||||
|
|
||||||
let PostgresUpdateTx {
|
let PostgresUpdateTx {
|
||||||
processed_slot,
|
processed_slot,
|
||||||
cu_consumed,
|
cu_consumed,
|
||||||
|
|
Loading…
Reference in New Issue