diff options
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index bc471ee..57ef6d0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -296,7 +296,6 @@ const createLayer = async ( $childrenRoot, ) $childrenRoot.appendChild($child) - console.log($child.dataset.element, isNewElement, declaration) await manageElement($child, isNewElement) if (declaration.children.length > 0) { |
