console.log debug statement commented out
This commit is contained in:
parent
3c38b224a8
commit
0300c873fd
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ export function sanitizeHtml(input) {
|
||||||
}
|
}
|
||||||
|
|
||||||
export function sanitizeMailHeaders(input){
|
export function sanitizeMailHeaders(input){
|
||||||
console.log(">>>>>>>>>>>> sanitizeMailHeaders input: " + JSON.stringify(input));
|
// console.log(">>>>>>>>>>>> sanitizeMailHeaders input: " + JSON.stringify(input));
|
||||||
if(!input) return '';
|
if(!input) return '';
|
||||||
return input.replace(/</g, '<').replace(/>/g, '>');
|
return input.replace(/</g, '<').replace(/>/g, '>');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue