From 2f0cac4286afbcddec919312974948cb368d62ec Mon Sep 17 00:00:00 2001 From: Herbert Dürr Date: Mon, 19 Sep 2011 12:56:16 +0000 Subject: removed superfluous code comment --- solenv/bin/build.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl index 76c8a490dbd2..59db62f5e68e 100755 --- a/solenv/bin/build.pl +++ b/solenv/bin/build.pl @@ -1694,7 +1694,6 @@ sub cancel_build { foreach (keys %broken_build) { print STDERR "ERROR: error " . $broken_build{$_} . " occurred while making $_\n"; }; -# print STDERR "\nAttention: when you fixed the errors in these module(s) you can resume the build by issuing the command:\n\n\t" . $message_part; print STDERR "\nWhen you fixed the errors in " . (length(@broken_module_names)==1 ? "that module" : "these modules") . " you can resume the build by running:\n\n\t" . $message_part; -- cgit