diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index 4df736911c..2f38edf77b 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); }