From 0dcbebd2853ed433aa9bc4beea20f1fef6388557 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Wed, 30 Oct 2024 04:57:24 -0700 Subject: [PATCH] Fix lint failure in Github CI (#47301) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/47301 Lint wasn't reported on diff / seems like our internal linter config is not aligned. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D65201683 fbshipit-source-id: 879e87aafff849f9247cf1d807da092fa17d0337 --- packages/polyfills/console.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/polyfills/console.js b/packages/polyfills/console.js index 1d39c101c3e..8010aa163b9 100644 --- a/packages/polyfills/console.js +++ b/packages/polyfills/console.js @@ -388,7 +388,6 @@ const LOG_LEVELS = { error: 3, }; - function getNativeLogFunction(level) { return function () { let str;