diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-03-05T17·13+0100 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2012-03-05T17·13+0100 |
commit | 2b4964f31979b5227a7a51b646d2e4bbb5ef6579 (patch) | |
tree | f380690318c3613ede8fd80d604c4102621e67bd /scripts | |
parent | 56042a120a3149ec7ddfb36c6f7d7b841ba6dfeb (diff) |
Restore progress indication during nix-copy-closure
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/nix-copy-closure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/nix-copy-closure.in b/scripts/nix-copy-closure.in index 8bb60e920ef2..b752c272b2af 100755 --- a/scripts/nix-copy-closure.in +++ b/scripts/nix-copy-closure.in @@ -99,7 +99,6 @@ else { # Copy FROM the remote machine. # Export the store paths on the remote machine and import them locally. if (scalar @missing > 0) { print STDERR "copying ", scalar @missing, " missing paths from ‘$sshHost’...\n"; - #print STDERR " $_\n" foreach @missing; $compressor = "| $compressor" if $compressor ne ""; $decompressor = "$decompressor |" if $decompressor ne ""; unless ($dryRun) { |