DEV: Remove old deprecation warnings where constants already removed (#22140)

We renamed these constants 3 years ago. This PR just removes the old deprecation notices.
This commit is contained in:
Ted Johansson
2023-06-16 11:26:26 +08:00
committed by GitHub
parent 9174716737
commit d548231475
3 changed files with 0 additions and 8 deletions

View File

@ -31,9 +31,6 @@ class UploadCreator
use
].each(&:freeze)
include ActiveSupport::Deprecation::DeprecatedConstantAccessor
deprecate_constant "WHITELISTED_SVG_ELEMENTS", "UploadCreator::ALLOWED_SVG_ELEMENTS"
# Available options
# - type (string)
# - origin (string)