diff --git a/db/version_set.cc b/db/version_set.cc index 020c37e..7022b27 100644 --- a/db/version_set.cc +++ b/db/version_set.cc @@ -1399,13 +1399,6 @@ void VersionSet::SetupOtherInputs(Compaction* c) { &c->grandparents_); } - if (false) { - Log(options_->info_log, "Compacting %d '%s' .. '%s'", - level, - smallest.DebugString().c_str(), - largest.DebugString().c_str()); - } - // Update the place where we will do the next compaction for this level. // We update this immediately instead of waiting for the VersionEdit // to be applied so that if the compaction fails, we will try a different