From 4b50191fd4cffefc3d8829d3ef22bd0bc08cee08 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 3 Mar 2011 14:59:58 +0000 Subject: [PATCH] * Remove a not very useful message that didn't get printed anyway because the test condition was wrong. svn path=/nixpkgs/trunk/; revision=26147 --- pkgs/build-support/fetchurl/builder.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/build-support/fetchurl/builder.sh b/pkgs/build-support/fetchurl/builder.sh index 3bb55aa3c90..808bf9f7cde 100644 --- a/pkgs/build-support/fetchurl/builder.sh +++ b/pkgs/build-support/fetchurl/builder.sh @@ -2,10 +2,6 @@ source $stdenv/setup source $mirrorsFile -if test -n "$showURLs"; then - header "downloading file $name with $outputHashAlgo hash $outputHash..." -fi - # Curl flags to handle redirects, not use EPSV, handle cookies for # servers to need them during redirects, and work on SSL without a