forked from lix-project/lix
Remove debug line
This commit is contained in:
parent
f9c7176a87
commit
be7fd63595
|
@ -78,7 +78,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(gitRepo)
|
if (gitRepo)
|
||||||
updateLockFile(*evalState, *gitRepo);
|
updateLockFile(*evalState, *gitRepo);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -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…
Reference in a new issue