mirror of
https://github.com/NixOS/nix
synced 2025-06-28 01:11:15 +02:00
remove debug code
This commit is contained in:
parent
9760fa8661
commit
4610e02d04
5 changed files with 5 additions and 35 deletions
|
@ -616,10 +616,6 @@ Expr * EvalState::parse(const char * text, FileOrigin origin,
|
|||
|
||||
if (res) throw ParseError(data.error.value());
|
||||
|
||||
std::cout << " data.result->bindVars(staticEnv); " << std::endl;
|
||||
|
||||
// printStaticEnvBindings(*staticEnv, 0);
|
||||
|
||||
data.result->bindVars(staticEnv);
|
||||
|
||||
return data.result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue