mirror of
https://github.com/picocss/pico.git
synced 2025-04-20 16:46:14 -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;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("content", args.content instanceof Array);
|
|
||||||
|
|
||||||
if (args.content instanceof HTMLElement) {
|
if (args.content instanceof HTMLElement) {
|
||||||
elem.appendChild(args.content);
|
elem.appendChild(args.content);
|
||||||
} else if (args.content instanceof Array) {
|
} else if (args.content instanceof Array) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue