Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed May 9, 2016
1 parent 31797ad commit e63e93c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export default {
*/
stripAccents(str) {

console.log(str)

var accents = "ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïðòóôõöùúûüýÿñ",
fixes = "aaaaaaceeeeiiiiooooouuuuyaaaaaaceeeeiiiioooooouuuuyyn",
reg = new RegExp("(" + accents.split("").join("|") + ")", "g");
Expand Down

0 comments on commit e63e93c

Please sign in to comment.