Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelbucket-dev committed Oct 26, 2022
1 parent b55cab6 commit 8949343
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/isAlpha.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ function removeIgnoredCharacters(str, ignoredCharacters) {

export default function isAlpha(_str, ...args) {
assertString(_str);

// const { ignore, locale = 'en-US' } = options;


// For backwards compatibility:
// isAlpha(str [, locale, options])
// i.e. `options` could be used as argument for the legacy `locale`
Expand Down

0 comments on commit 8949343

Please sign in to comment.