diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 3f081eb..a22cade 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -6,7 +6,7 @@ class ApplicationController < ActionController::Base # Do not mention passwords in the log file # filter_parameter_logging :password - before_action :get_current_users_screenshots, :debian_sso, :moderate_packages + before_action :get_current_users_screenshots, :moderate_packages # TODO: Deprecation. What is the replacement for Rails.env.development? ? # Query for packages that were uploaded by the current user.