Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: remove commented debug logs from i18n-translator-comments.js
  • Loading branch information
USERSATOSHI committed Aug 8, 2025
commit e10b175e5c123daf7ccafd0b0208edc225c81d21
3 changes: 0 additions & 3 deletions packages/eslint-plugin/rules/i18n-translator-comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ module.exports = {
extractTranslatorKeys( commentText );
const placeholdersUsed =
candidates.flatMap( extractPlaceholders );
// console.log( { keysInComment, placeholdersUsed } );

const keysInCommentArr = [ ...keysInComment.keys() ];

Expand Down Expand Up @@ -214,8 +213,6 @@ module.exports = {
} )
: [];

// console.log({extra, keysInComment, placeholdersUsed});

if ( extra.length > 0 ) {
context.report( {
node,
Expand Down
Loading