From 0220da3e10e76fd1ef46915493c0f5ed65482fa8 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Sep 2013 17:20:19 +0200 Subject: [PATCH] Remove stray debug line --- src/nix-env/nix-env.cc | 2 -- 1 file changed, 2 deletions(-) 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) {