Remove log accidentally commited.

This commit is contained in:
JoelKatz
2013-01-12 02:53:45 -08:00
parent 95c7794e7b
commit be93d59933

View File

@@ -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();