Skip to content
Snippets Groups Projects
Commit bfd0b96c authored by Franck Dary's avatar Franck Dary
Browse files

deleted debug print

parent bfba9c85
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,6 @@ Strategy::Strategy(const std::vector<std::string_view> & lines)
util::myThrow("Strategy is empty");
defaultCycle.pop_back();
std::reverse(defaultCycle.begin(), defaultCycle.end());
for (auto & s : defaultCycle)
fmt::print("{}\n", s);
}
std::pair<std::string, int> Strategy::getMovement(const Config & c, const std::string & transition)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment