Removed occurence of removed code

This commit is contained in:
Christoph Haas 2021-02-28 02:09:29 +01:00
parent 261ff90765
commit b7cc7ef4c0

View file

@ -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.