# File lib/active_model/mass_assignment_security/sanitizer.rb, line 40
      def process_removed_attributes(attrs)
        logger.debug "WARNING: Can't mass-assign protected attributes: #{attrs.join(', ')}" if logger?
      end