mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
comment out debugs
This commit is contained in:
parent
98eb13691a
commit
427fb8d158
5 changed files with 41 additions and 41 deletions
|
@ -110,10 +110,10 @@ static void mkOutputString(EvalState & state, Value & v,
|
|||
argument. */
|
||||
static void import(EvalState & state, const Pos & pos, Value & vPath, Value * vScope, Value & v)
|
||||
{
|
||||
std::cout << " IMPORT " << std::endl;
|
||||
std::cout << " import " << std::endl;
|
||||
std::cout << " IMPORT " << std::endl;
|
||||
std::cout << " import " << std::endl;
|
||||
// std::cout << " IMPORT " << std::endl;
|
||||
// std::cout << " import " << std::endl;
|
||||
// std::cout << " IMPORT " << std::endl;
|
||||
// std::cout << " import " << std::endl;
|
||||
|
||||
PathSet context;
|
||||
Path path = state.coerceToPath(pos, vPath, context);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue