removed cleanTel

This commit is contained in:
Matteo Manzinello 2019-09-18 08:58:54 +02:00
parent 401b02cc3b
commit 9258feedfc

View File

@ -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");