Remove debug line

This commit is contained in:
Eelco Dolstra 2019-03-26 14:25:43 +01:00
parent f9c7176a87
commit be7fd63595
2 changed files with 1 additions and 2 deletions

View file

@ -78,7 +78,7 @@ struct CmdBuild : MixDryRun, InstallablesCommand
} }
} }
if(gitRepo) if (gitRepo)
updateLockFile(*evalState, *gitRepo); updateLockFile(*evalState, *gitRepo);
} }
}; };

View file

@ -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;