mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Remove console.log
This commit is contained in:
parent
cbc1260553
commit
27a9f6b652
1 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue