mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Remove debug line
This commit is contained in:
parent
f9c7176a87
commit
be7fd63595
2 changed files with 1 additions and 2 deletions
|
|
@ -234,7 +234,6 @@ Buildables build(ref<Store> store, RealiseMode mode,
|
|||
PathSet pathsToBuild;
|
||||
|
||||
for (auto & i : installables) {
|
||||
std::cout << i->what() << std::endl;
|
||||
for (auto & b : i->toBuildables()) {
|
||||
if (b.drvPath != "") {
|
||||
StringSet outputNames;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue