Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Oct 23, 2019
1 parent 2735a33 commit 52e7031
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/slugify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ const stripAccents = (str: string): string => {
return str.replace(reg, replacement);
};

// *+~.()\'"!:@
// const blacklist = ['*', '+', '~', '.', '(', ')', '\\', "'", '"', '!', ':', '@'];

const harmonize = (
text: string,
delimiter: string,
Expand Down

0 comments on commit 52e7031

Please sign in to comment.