Forgotten to remove debug output.

This commit is contained in:
Jean-Paul Chaput 2012-12-09 11:58:11 +00:00
parent 73b2ba6105
commit de248581fd
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ namespace {
}
// Ugly: hard-coded pitch.
cerr << "_conflicts.size():" << _conflicts.size() << " " << i << endl;
_breakPos = _conflicts[i].getVMin() - DbU::lambda(5.0);
}
}