* Remove an accidentally committed debug statement.
This commit is contained in:
parent
93cd5a4a13
commit
7343e6c8ae
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue