Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/query-planner-small-improvements…
Browse files Browse the repository at this point in the history
…' into query-planner-small-improvements
  • Loading branch information
joka921 committed Jan 21, 2025
2 parents 9fb0848 + 85b01be commit 6f8049f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engine/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ Server::PlannedQuery Server::setupPlannedQuery(
LOG(INFO) << "Query planning done in " << timeForQueryPlanning.count()
<< " ms" << std::endl;
LOG(TRACE) << qet.getCacheKey() << std::endl;
std::exit(0);

return plannedQuery;
}
Expand Down

0 comments on commit 6f8049f

Please sign in to comment.