We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764e753 commit 6a94cafCopy full SHA for 6a94caf
database/src/desktop/persistence/persistence_manager.cc
@@ -206,10 +206,8 @@ void PersistenceManager::DoPruneCheckAfterServerUpdate() {
206
tracked_query_manager_->PruneOldQueries(*cache_policy_);
207
PruneForestRef prune_forest_ref(&prune_forest);
208
if (prune_forest_ref.PrunesAnything()) {
209
- std::cout << __LINE__ << std::endl;
210
storage_engine_->PruneCache(Path(), prune_forest_ref);
211
} else {
212
213
can_prune = false;
214
}
215
cache_size = storage_engine_->ServerCacheEstimatedSizeInBytes();
0 commit comments