Skip to content

Commit

Permalink
Remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Paquet committed Jun 24, 2011
1 parent a3ee0a8 commit a778afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/authent.rb
Expand Up @@ -9,7 +9,7 @@
host_config = config[host.to_sym]
if host_config
cmd = "#{host_config[:login] || 'root'}:#{host_config[:password]}@#{host_config[:host] || host}"
puts "Using authent from config for #{host}"
# puts "Using authent from config for #{host}"
ARGV[k] = cmd
end
end
Expand Down

0 comments on commit a778afc

Please sign in to comment.