diff --git a/src/qlever-petrimaps/server/Requestor.cpp b/src/qlever-petrimaps/server/Requestor.cpp index 9ac780d..ea7c00b 100644 --- a/src/qlever-petrimaps/server/Requestor.cpp +++ b/src/qlever-petrimaps/server/Requestor.cpp @@ -113,7 +113,7 @@ void Requestor::request(const std::string& qry) { LOG(INFO) << "[REQUESTOR] ... done"; if (pointBbox.getLowerLeft().getX() > pointBbox.getUpperRight().getX()) { - LOG(INFO) << "[REQUESTOR] Point BBox: "; } else { LOG(INFO) << "[REQUESTOR] Point BBox: " << util::geo::getWKT(pointBbox); }