Clean up code

This commit is contained in:
Ramon Wenger 2024-04-29 17:26:01 +02:00
parent 29456126f3
commit 0a6a7246ca
1 changed files with 0 additions and 1 deletions

View File

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