Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Sep 24, 2024
1 parent f4f7d6c commit bf93caf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/qlever-petrimaps/GeomCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ void GeomCache::parse(const char *c, size_t size) {
_linesFSize++;
insertLine(line, false);

if (line.size() > 10000) {
std::cout << _dangling << std::endl;
}

IdMapping idm{0, I_OFFSET + _linesFSize - 1};
_lastQidToId = idm;
_qidToIdF.write(reinterpret_cast<const char *>(&idm),
Expand Down

0 comments on commit bf93caf

Please sign in to comment.