diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nix-store/main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index 4df736911cae..2f38edf77b12 100644 --- a/src/nix-store/main.cc +++ b/src/nix-store/main.cc @@ -191,7 +191,6 @@ static void opSubstitute(Strings opFlags, Strings opArgs) sub.args.push_back(s); } if (!cin || cin.eof()) throw Error("missing input"); - cerr << "."; registerSubstitute(txn, srcPath, sub); } |