1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 23:13:14 +02:00

Remove debug messages

This commit is contained in:
Eelco Dolstra 2022-02-17 13:14:54 +01:00
parent 006d862d30
commit 9075644631
3 changed files with 0 additions and 9 deletions

View file

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