From b7cc7ef4c02397e7b1e683fbf519585c904427b6 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 28 Feb 2021 02:09:29 +0100 Subject: [PATCH] Removed occurence of removed code --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.