From 376d0cf93d403c0d084af4dc0ba4a5187fd0865f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 1 May 2012 12:28:45 +0200 Subject: remove debug print --- loadbars | 2 -- 1 file changed, 2 deletions(-) diff --git a/loadbars b/loadbars index 9efed3e..e650d1f 100755 --- a/loadbars +++ b/loadbars @@ -54,8 +54,6 @@ if ( @hosts || defined $Loadbars::Main::C{cluster} ) { push @hosts, Loadbars::Config::get_cluster_hosts $C{cluster} if defined $C{cluster}; - print "SSH_ADD\n" - if $C{hasagent} == 0; system 'ssh-add' if $C{hasagent} == 0; } -- cgit v1.2.3