Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Aug 10, 2009
1 parent 2251c54 commit 607b9fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/net/ssh/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def load(file, host, settings={})
# 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] ||= []
Expand Down

0 comments on commit 607b9fd

Please sign in to comment.