aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-06-04 12:03:33 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-06-04 12:03:33 +0000
commitf3ebd03bb17533806d38fe871200b1dc4688acdc (patch)
treea4d8dbab258a289f546fa3178a6976875fda0930 /scripts
parent40b6f06f09ce1faa5fb7532475623dfd5e4d6208 (diff)
* Remove debug statement.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-copy-closure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in
index aff62fb8e..1b1b3ebc8 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";
}
}