diff --git a/client/src/helpers/text.js b/client/src/helpers/text.js index 65d515e9..79156a65 100644 --- a/client/src/helpers/text.js +++ b/client/src/helpers/text.js @@ -16,7 +16,6 @@ const isSafe = (attr) => { const removeAttributes = (node) => { let attributes = [...node.attributes]; - console.log(attributes); for (const attr of attributes) { if (isSafe(attr)) { continue;