mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02: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;
|
PathSet pathsToBuild;
|
||||||
|
|
||||||
for (auto & i : installables) {
|
for (auto & i : installables) {
|
||||||
std::cout << i->what() << std::endl;
|
|
||||||
for (auto & b : i->toBuildables()) {
|
for (auto & b : i->toBuildables()) {
|
||||||
if (b.drvPath != "") {
|
if (b.drvPath != "") {
|
||||||
StringSet outputNames;
|
StringSet outputNames;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue