mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
minor cleanup
This commit is contained in:
parent
a86c2a8481
commit
27d45f9eb3
4 changed files with 29 additions and 34 deletions
|
@ -547,8 +547,6 @@ bool NixRepl::processLine(std::string line)
|
|||
loadDebugTraceEnv(*iter);
|
||||
break;
|
||||
}
|
||||
// std::cout << "\n" << ANSI_BLUE << idx << ANSI_NORMAL << ": ";
|
||||
// showDebugTrace(std::cout, *iter);
|
||||
}
|
||||
}
|
||||
else if (arg == "step") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue