about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-06-21T10·01+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-06-21T10·01+0000
commit2db9748221ce285ac434c849eeed249950dd0d39 (patch)
tree1761179cc9e43c7dc5c7eaa41432c23d8d8cb6be /src
parent37ee6cef992c1a80e790a294b75db8c116be8bbb (diff)
* Remove debug output.
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 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);
     }