1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2025-02-20 01:50:04 +00:00

remove a debug puts

This commit is contained in:
nishiki 2013-07-16 08:25:42 +02:00
parent d10eab707d
commit 3609cbcd79

View file

@ -281,7 +281,6 @@ manage = ManagePasswd.new(KEY, FILE_GPG, FILE_PWD)
# Display the item's informations
if not options[:display].nil?
puts "test"
if not options[:type].nil?
manage.display(options[:display], options[:type])
elsif not options[:showall].nil?