core/vdbe: Drop excessive logging

This commit is contained in:
Pekka Enberg
2025-08-15 14:56:06 +03:00
parent f47f0f6423
commit c1c2b45141

View File

@@ -2071,7 +2071,6 @@ pub fn op_transaction(
match pager.begin_write_tx()? {
IOResult::Done(r) => {
if let LimboResult::Busy = r {
tracing::error!("connection is busy");
pager.end_read_tx()?;
conn.transaction_state.replace(TransactionState::None);
conn.auto_commit.replace(true);