Skip to content

Commit 052220d

Browse files
committed
chore: remove console.log
1 parent 8437f55 commit 052220d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugins/eslint-plugin-react-dom/src/rules/no-unknown-property.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,6 +1198,5 @@ function report(context, message, messageId, data) {
11981198

11991199
function testReactVersion(context, comparator, version) {
12001200
const { version: localVersion } = normalizeSettings(decodeSettings(context.settings));
1201-
console.log(localVersion, version, comparator);
12021201
return compare(localVersion, version, comparator);
12031202
}

0 commit comments

Comments
 (0)