Remove debug statement

This commit is contained in:
Eelco Dolstra 2014-09-18 20:04:49 +02:00
parent 7d7b67986a
commit 726abdecfb
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ sub oldCopyTo {
# 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 "@missing\n";
unless ($dryRun) {
open SSH, "| ssh $sshHost @{$sshOpts} @globalSshOpts 'nix-store --import' > /dev/null" or die;
exportPaths(fileno(SSH), $sign, @missing);