From f3ebd03bb17533806d38fe871200b1dc4688acdc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 4 Jun 2007 12:03:33 +0000 Subject: [PATCH] * Remove debug statement. --- scripts/nix-copy-closure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index aff62fb8ee..1b1b3ebc8b 100644 --- a/scripts/nix-copy-closure.in +++ b/scripts/nix-copy-closure.in @@ -120,7 +120,6 @@ else { # Copy FROM the remote machine. if (!defined $storePathsSeen{$_}) { push @allStorePaths, $_; $storePathsSeen{$_} = 1; - print "GOT $_\n"; } }