Skip to content
Snippets Groups Projects
Commit fa8c3041 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[StatesPathFinder] Remove some output in the log.

parent a7b62b5b
No related branches found
No related tags found
No related merge requests found
Pipeline #46232 passed
...@@ -1392,7 +1392,6 @@ bool StatesPathFinder::solveOptimizationProblem() { ...@@ -1392,7 +1392,6 @@ bool StatesPathFinder::solveOptimizationProblem() {
if (nTriesDone[1] >= nTriesMax1) { if (nTriesDone[1] >= nTriesMax1) {
// if cannot solve all the way, return longest VALID sequence // if cannot solve all the way, return longest VALID sequence
d.waypoint = longestSolved; d.waypoint = longestSolved;
displayConfigsSolved();
return false; return false;
} }
// Reset the fail counter while the solution is empty // Reset the fail counter while the solution is empty
...@@ -1491,9 +1490,6 @@ bool StatesPathFinder::solveOptimizationProblem() { ...@@ -1491,9 +1490,6 @@ bool StatesPathFinder::solveOptimizationProblem() {
} }
} }
displayConfigsSolved();
displayRhsMatrix();
return true; return true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment