From 8058d047a5a50406ff4175c83b8488eea7c4e706 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 25 Aug 2023 18:58:47 +0530 Subject: docs: crazy amounts of docs --- src/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/index.ts') 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) { -- cgit v1.3.1