]> source.dussan.org Git - redmine.git/commitdiff
Fix RuboCop offense Lint/UselessRescue (#36919).
authorGo MAEDA <maeda@farend.jp>
Wed, 11 Jan 2023 14:03:28 +0000 (14:03 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 11 Jan 2023 14:03:28 +0000 (14:03 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22035 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/user.rb

index 8c0a17c2ecf2006e3a0432784a84b6e8b3ed7746..7180191d931e09511d12aa96495855b249eb0778 100644 (file)
@@ -235,8 +235,6 @@ class User < Principal
     end
     user.update_last_login_on! if user && !user.new_record? && user.active?
     user
-  rescue => text
-    raise text
   end
 
   # Returns the user who matches the given autologin +key+ or nil