Skip to content

Commit

Permalink
remove "Max QLever id" log output during cache filling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Oct 23, 2024
1 parent 03bd717 commit 53625df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qlever-petrimaps/GeomCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@ void GeomCache::requestIds() {
}

LOG(INFO) << "[GEOMCACHE] Received " << _curRow << " rows";
LOG(INFO) << "[GEOMCACHE] Max QLever id was " << _maxQid;
LOG(INFO) << "[GEOMCACHE] Done";

// sorting by qlever id
Expand Down

0 comments on commit 53625df

Please sign in to comment.