Remove stray debug line

This commit is contained in:
Eelco Dolstra 2013-09-06 17:20:19 +02:00
parent 936f9d45ba
commit 0220da3e10
1 changed files with 0 additions and 2 deletions

View File

@ -499,8 +499,6 @@ static void installDerivations(Globals & globals,
/* Add in the already installed derivations, unless they have
the same name as a to-be-installed element. */
if (!globals.removeAll) {
printMsg(lvlError, "FOO");
DrvInfos installedElems = queryInstalled(globals.state, profile);
foreach (DrvInfos::iterator, i, installedElems) {