Remove commented out debug output
parent
c37e126e14
commit
5feff954a4
|
@ -789,9 +789,6 @@ class Solver
|
||||||
|
|
||||||
$installRecommended = 0;
|
$installRecommended = 0;
|
||||||
$this->runSat(true, $installRecommended);
|
$this->runSat(true, $installRecommended);
|
||||||
//$this->printDecisionMap();
|
|
||||||
//findrecommendedsuggested(solv);
|
|
||||||
//solver_prepare_solutions(solv);
|
|
||||||
|
|
||||||
if ($this->problems) {
|
if ($this->problems) {
|
||||||
throw new SolverProblemsException($this->problems);
|
throw new SolverProblemsException($this->problems);
|
||||||
|
|
Loading…
Reference in New Issue