remove log

This commit is contained in:
Maximilian Schneider 2023-04-16 23:17:41 +02:00
parent 98c0e991ed
commit d399bde703
1 changed files with 0 additions and 2 deletions

View File

@ -328,8 +328,6 @@ impl PostgresSession {
"#,
);
info!("update txs query={query}");
self.client.execute(&query, &args).await?;
Ok(())