1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 00:53:06 +00:00

Remove commented out debug output

This commit is contained in:
Nils Adermann 2012-04-27 18:16:34 +02:00
parent c37e126e14
commit 5feff954a4

View file

@ -789,9 +789,6 @@ class Solver
$installRecommended = 0;
$this->runSat(true, $installRecommended);
//$this->printDecisionMap();
//findrecommendedsuggested(solv);
//solver_prepare_solutions(solv);
if ($this->problems) {
throw new SolverProblemsException($this->problems);