remove test

This commit is contained in:
nishiki 2015-05-11 20:20:18 +02:00
parent 6e9b4a5087
commit 1f4509597b
2 changed files with 2 additions and 2 deletions
lib/UI

View file

@ -32,7 +32,7 @@ class Cli
raise(@sync.error_msg) if not @sync.sync
return true
# rescue Exception => e
rescue Exception => e
puts "#{I18n.t('display.error')} #7: #{e}".red
return false
end