From 0a6a7246ca579c2e5b0e886d06783f0ea4bce36b Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 29 Apr 2024 17:26:01 +0200 Subject: [PATCH] Clean up code --- client/src/helpers/text.js | 1 - 1 file changed, 1 deletion(-) 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;