mirror of
https://github.com/NixOS/nix
synced 2025-06-29 23:13:14 +02:00
Remove debug messages
This commit is contained in:
parent
006d862d30
commit
9075644631
3 changed files with 0 additions and 9 deletions
|
@ -2066,7 +2066,6 @@ std::string EvalState::copyPathToStore(PathSet & context, const Path & path)
|
|||
dstPath = store->printStorePath(i->second);
|
||||
else {
|
||||
// FIXME: use SourcePath
|
||||
printError("COPY %s", path);
|
||||
auto path2 = unpackPath(path);
|
||||
#if 0
|
||||
auto p = settings.readOnlyMode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue