From bd22c5b3ffc8e8adf8590c03af8fa99d11fdde7a Mon Sep 17 00:00:00 2001 From: Johan Vervloet Date: Thu, 4 Sep 2014 11:33:29 +0200 Subject: [PATCH] Removed a comment. As requested by @luxflux. --- lib/redmine_cas/account_controller_patch.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/redmine_cas/account_controller_patch.rb b/lib/redmine_cas/account_controller_patch.rb index 2c04560..ed9a24d 100644 --- a/lib/redmine_cas/account_controller_patch.rb +++ b/lib/redmine_cas/account_controller_patch.rb @@ -25,9 +25,6 @@ module RedmineCAS return end - # The rest of this file just contains what was in - # application_controller_patch.rb before. - if CASClient::Frameworks::Rails::Filter.filter(self) user = User.find_by_login(session[:cas_user])