remove generic deprecation warning suppression

refs LS-3017
flag=none

Appears to have been fixed by another effort

test plan:
  - tests pass

qa risk: low

Change-Id: I813b110939764300815085ef5f127cd331a7ffca
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/286049
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
This commit is contained in:
Davis Hyer 2022-02-28 11:13:30 -07:00
parent 0f92634856
commit 1b1b632b30
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ const ignoredWarnings = [
/\[View|Button|Text\] .* in version 8.0.0/i,
/Error getting \/media_objects\/dummy_media_id\/info/,
/Exactly one focusable child is required/,
/is deprecated and will be removed/,
/Missing field errors in/,
/Missing field moduleItem in/,
/Please update the following components: %s/,