forked from lix-project/lix
Remove stray debug line
This commit is contained in:
parent
936f9d45ba
commit
0220da3e10
|
@ -499,8 +499,6 @@ static void installDerivations(Globals & globals,
|
||||||
/* Add in the already installed derivations, unless they have
|
/* Add in the already installed derivations, unless they have
|
||||||
the same name as a to-be-installed element. */
|
the same name as a to-be-installed element. */
|
||||||
if (!globals.removeAll) {
|
if (!globals.removeAll) {
|
||||||
printMsg(lvlError, "FOO");
|
|
||||||
|
|
||||||
DrvInfos installedElems = queryInstalled(globals.state, profile);
|
DrvInfos installedElems = queryInstalled(globals.state, profile);
|
||||||
|
|
||||||
foreach (DrvInfos::iterator, i, installedElems) {
|
foreach (DrvInfos::iterator, i, installedElems) {
|
||||||
|
|
Loading…
Reference in a new issue