summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2009-08-10 19:07:55 -0400
committerdelano <delano@solutious.com>2009-08-10 19:07:55 -0400
commit607b9fd784746838a1c431c1752cf78ae4dc1210 (patch)
tree9edf0fce08281357be6dfd33613f888acb77f975
parent2251c54b844bb446ba597e31f185eef8df00903d (diff)
downloadnet-ssh-607b9fd784746838a1c431c1752cf78ae4dc1210.tar.gz
Removed debug output
-rw-r--r--lib/net/ssh/config.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/net/ssh/config.rb b/lib/net/ssh/config.rb
index 1638d12..7dc922e 100644
--- a/lib/net/ssh/config.rb
+++ b/lib/net/ssh/config.rb
@@ -87,7 +87,6 @@ module Net; module SSH
# See http://github.com/net-ssh/net-ssh/issues#issue/6
multi_host = value.split(/,\s+/)
matched_host = multi_host.select { |h| host =~ pattern2regex(h) }.first
- p matched_host
elsif !matched_host.nil?
if key == 'identityfile'
settings[key] ||= []