From 9258feedfcdd11767d61b560a178ef3245ba2c8c Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Wed, 18 Sep 2019 08:58:54 +0200 Subject: [PATCH] removed cleanTel --- src/mailgo.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mailgo.js b/src/mailgo.js index 177fdf0..8b31f9c 100644 --- a/src/mailgo.js +++ b/src/mailgo.js @@ -788,10 +788,6 @@ const validateEmail = email => { // validate an array of emails const validateEmails = arr => arr.every(validateEmail); -// TODO -// clean a telephone number (removes - ...) -const cleanTel = tel => tel; - // copy of a string const copyToClipboard = str => { let el = document.createElement("textarea");