Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmlee101 committed Dec 10, 2024
1 parent 730efe6 commit 5211d06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlitecluster/SQLite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,6 @@ bool SQLite::beginTransaction(TRANSACTION_TYPE type) {
_insideTransaction = !SQuery(_db, "starting db transaction", "BEGIN CONCURRENT");

_sharedData.incrementOpenTransactions();
SINFO("Open transaction count: " << _sharedData.openTransactionCount);

// Because some other thread could commit once we've run `BEGIN CONCURRENT`, this value can be slightly behind
// where we're actually able to start such that we know we shouldn't get a conflict if this commits successfully on
Expand Down

0 comments on commit 5211d06

Please sign in to comment.