diff options
| author | Paul Buetow <paul@buetow.org> | 2012-05-01 12:28:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2012-05-01 12:28:45 +0200 |
| commit | 376d0cf93d403c0d084af4dc0ba4a5187fd0865f (patch) | |
| tree | 7f51d0143c37edc77d847e5066c60a1a86a70088 | |
| parent | d9b1bf529dce8e46fb7d77b9bb4f0b5a9f2adabc (diff) | |
remove debug print
| -rwxr-xr-x | loadbars | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } |
