summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-05-01 12:28:45 +0200
committerPaul Buetow <paul@buetow.org>2012-05-01 12:28:45 +0200
commit376d0cf93d403c0d084af4dc0ba4a5187fd0865f (patch)
tree7f51d0143c37edc77d847e5066c60a1a86a70088
parentd9b1bf529dce8e46fb7d77b9bb4f0b5a9f2adabc (diff)
remove debug print
-rwxr-xr-xloadbars2
1 files changed, 0 insertions, 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;
}