mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
core/vdbe: Drop excessive logging
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user