From 2db9748221ce285ac434c849eeed249950dd0d39 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 21 Jun 2004 10:01:17 +0000 Subject: * Remove debug output. --- src/nix-store/main.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); } -- cgit 1.4.1