diff --git a/gtsam_unstable/linear/QPSolver.cpp b/gtsam_unstable/linear/QPSolver.cpp index e5b4cd801..53d8d5c4c 100644 --- a/gtsam_unstable/linear/QPSolver.cpp +++ b/gtsam_unstable/linear/QPSolver.cpp @@ -156,7 +156,7 @@ boost::tuple QPSolver::computeStepSize( //****************************************************************************** QPState QPSolver::iterate(const QPState& state) const { - static bool debug = true; + static bool debug = false; // Solve with the current working set VectorValues newValues = solveWithCurrentWorkingSet(state.workingSet);