mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove log accidentally commited.
This commit is contained in:
@@ -232,7 +232,6 @@ void SqliteDatabase::runWal()
|
||||
{
|
||||
int log, ckpt;
|
||||
sqlite3_wal_checkpoint_v2(mConnection, db.c_str(), SQLITE_CHECKPOINT_PASSIVE, &log, &ckpt);
|
||||
std::cerr << "Checkpoint " << db << ": " << log << " of " << ckpt << std::endl;
|
||||
}
|
||||
walSet.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user