From 2b4964f31979b5227a7a51b646d2e4bbb5ef6579 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 5 Mar 2012 18:13:44 +0100 Subject: Restore progress indication during nix-copy-closure --- perl/lib/Nix/CopyClosure.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl') diff --git a/perl/lib/Nix/CopyClosure.pm b/perl/lib/Nix/CopyClosure.pm index 045f6bfaf156..7a711766baf4 100644 --- a/perl/lib/Nix/CopyClosure.pm +++ b/perl/lib/Nix/CopyClosure.pm @@ -33,7 +33,6 @@ sub copyTo { # Export the store paths and import them on the remote machine. if (scalar @missing > 0) { print STDERR "copying ", scalar @missing, " missing paths to ‘$sshHost’...\n"; - #print STDERR " $_\n" foreach @missing; unless ($dryRun) { open SSH, "| $compressor ssh $sshHost @{$sshOpts} '$decompressor nix-store --import'" or die; exportPaths(fileno(SSH), $sign, @missing); -- cgit 1.4.1