guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

207/376: Remove debug statement


From: Ludovic Courtès
Subject: 207/376: Remove debug statement
Date: Wed, 28 Jan 2015 22:05:05 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit 726abdecfb75227c8e12d2689db62fd5ffc770f5
Author: Eelco Dolstra <address@hidden>
Date:   Thu Sep 18 20:04:49 2014 +0200

    Remove debug statement
---
 perl/lib/Nix/CopyClosure.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/perl/lib/Nix/CopyClosure.pm b/perl/lib/Nix/CopyClosure.pm
index 10d26c3..91b418b 100644
--- a/perl/lib/Nix/CopyClosure.pm
+++ b/perl/lib/Nix/CopyClosure.pm
@@ -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);



reply via email to

[Prev in Thread] Current Thread [Next in Thread]