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
This commit is contained in:
Pieter De Baets
2024-10-30 04:57:24 -07:00
committed by Facebook GitHub Bot
parent 8850736188
commit 0dcbebd285
-1
View File
@@ -388,7 +388,6 @@ const LOG_LEVELS = {
error: 3,
};
function getNativeLogFunction(level) {
return function () {
let str;