about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nix-store/main.cc1
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);
     }