diff --git a/build-system/test-configs/forbidden-terms.js b/build-system/test-configs/forbidden-terms.js index ad3c8b8adabc1..99f3be8f89d97 100644 --- a/build-system/test-configs/forbidden-terms.js +++ b/build-system/test-configs/forbidden-terms.js @@ -573,7 +573,6 @@ const forbiddenTermsGlobal = { '/\\*\\* @type \\{\\!Element\\} \\*/': { message: 'Use assertElement instead of casting to !Element.', allowlist: [ - // 'src/log(.js', // Has actual implementation of assertElement. 'src/core/assert/base.js', // Has actual implementation of assertElement. 'src/polyfills/custom-elements.js', 'ads/google/imaVideo.js', // Required until #22277 is fixed.