about summary refs log tree commit diff
path: root/src/nix-env
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-06T15·20+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-06T15·20+0200
commit0220da3e10e76fd1ef46915493c0f5ed65482fa8 (patch)
tree14da8437b8896ee7ab2b8ac17fb06ef08404aa3e /src/nix-env
parent936f9d45baf474358346666ed9ad7f56960bb455 (diff)
Remove stray debug line
Diffstat (limited to 'src/nix-env')
-rw-r--r--src/nix-env/nix-env.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nix-env/nix-env.cc b/src/nix-env/nix-env.cc
index 99c9ac443037..f0789a8c0c6f 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) {