diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc index 99c9ac4430..f0789a8c0c 100644 --- a/src/nix-env/nix-env.cc +++ b/src/nix-env/nix-env.cc @@ -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) {