* Remove an accidentally committed debug statement.

This commit is contained in:
Eelco Dolstra 2010-05-30 20:29:56 +00:00
parent 93cd5a4a13
commit 7343e6c8ae
1 changed files with 0 additions and 2 deletions

View File

@ -106,8 +106,6 @@ bool createUserEnv(EvalState & state, DrvInfos & elems,
Path manifestFile = store->addTextToStore("env-manifest.nix",
(format("%1%") % manifest).str(), references);
printMsg(lvlError, manifestFile);
/* Get the environment builder expression. */
Value envBuilder;
state.eval(parseExprFromFile(state, nixDataDir + "/nix/corepkgs/buildenv"), envBuilder);