about summary refs log tree commit diff
path: root/scripts/nix-channel.in
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-05-02T16·06+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-05-02T16·06+0000
commit34d4c9388b31f21710939399376f3ade08ab2162 (patch)
tree531907ae948259ef5609ba728f50bd7361d60d57 /scripts/nix-channel.in
parent93aefd9fc0250eda2c47d22a88922d319cde34b8 (diff)
Diffstat (limited to 'scripts/nix-channel.in')
-rw-r--r--scripts/nix-channel.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index 095f36d79499..41a75adf14a2 100644
--- a/scripts/nix-channel.in
+++ b/scripts/nix-channel.in
@@ -94,7 +94,6 @@ sub update {
         $url =~ /\/([^\/]+)\/?$/;
         my $channelName = $1;
         $channelName = "unnamed" unless defined $channelName;
-        print "$channelName\n";
 
         my $fullURL = "$url/nixexprs.tar.bz2";
         print "downloading Nix expressions from `$fullURL'...\n";