forked from lix-project/lix
* Remove redundant message.
This commit is contained in:
parent
9f3601a36c
commit
f913283570
|
@ -1149,8 +1149,6 @@ void DerivationGoal::computeClosure()
|
||||||
in it. */
|
in it. */
|
||||||
PathSet references;
|
PathSet references;
|
||||||
if (!pathExists(path + "/nix-support/no-scan")) {
|
if (!pathExists(path + "/nix-support/no-scan")) {
|
||||||
startNest(nest2, lvlChatty,
|
|
||||||
format("scanning for store references in `%1%'") % path);
|
|
||||||
Paths references2;
|
Paths references2;
|
||||||
references2 = filterReferences(path,
|
references2 = filterReferences(path,
|
||||||
Paths(allPaths.begin(), allPaths.end()));
|
Paths(allPaths.begin(), allPaths.end()));
|
||||||
|
@ -1167,8 +1165,6 @@ void DerivationGoal::computeClosure()
|
||||||
else
|
else
|
||||||
debug(format("referenced input: `%1%'") % *i);
|
debug(format("referenced input: `%1%'") % *i);
|
||||||
}
|
}
|
||||||
|
|
||||||
nest2.close();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
allReferences[path] = references;
|
allReferences[path] = references;
|
||||||
|
|
Loading…
Reference in a new issue