Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Oct 9, 2023
1 parent 761a197 commit 6306fb6
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 @@ -1071,7 +1071,6 @@ void GeomCache::serializeToDisk(const std::string& fname) const {

// _____________________________________________________________________________
std::string GeomCache::requestIndexHash() {
std::cout << "HASH REQUEST" << std::endl;
CURLcode res;
char errbuf[CURL_ERROR_SIZE];
std::string response;
Expand Down

0 comments on commit 6306fb6

Please sign in to comment.