Remove console.log

This commit is contained in:
Michał 2025-04-04 12:13:43 +02:00 committed by GitHub
parent cbc1260553
commit 27a9f6b652
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,6 @@ export const createHTMLElement = (element, { ...args }) => {
return null;
}
console.log("content", args.content instanceof Array);
if (args.content instanceof HTMLElement) {
elem.appendChild(args.content);
} else if (args.content instanceof Array) {