diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-21T10·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-06-21T10·01+0000 |
commit | 2db9748221ce285ac434c849eeed249950dd0d39 (patch) | |
tree | 1761179cc9e43c7dc5c7eaa41432c23d8d8cb6be /src | |
parent | 37ee6cef992c1a80e790a294b75db8c116be8bbb (diff) |
* Remove debug output.
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); } |