* Doh. Remove debug message.

This commit is contained in:
Eelco Dolstra 2010-09-14 12:47:19 +00:00
parent df50916e46
commit 923736df38
1 changed files with 0 additions and 1 deletions

View File

@ -270,7 +270,6 @@ static DrvInfos filterBySelector(EvalState & state, const DrvInfos & allElems,
d = j->first.system == k->second.first.system ? 0 :
j->first.system == thisSystem ? 1 :
k->second.first.system == thisSystem ? -1 : 0;
printMsg(lvlError, format("%1% %2% %3% %4%") % j->first.system % k->second.first.system % thisSystem % d);
if (d == 0)
d = comparePriorities(state, j->first, k->second.first);
if (d == 0)