Skip to content

Commit

Permalink
rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Aug 28, 2024
1 parent 8f36e82 commit 2cea2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfama",
"version": "1.2.5",
"version": "1.2.6",
"author": "Abhishiv Saxena<[email protected]>",
"license": "MIT",
"description": "Fine-grained reactive library with no compiler, no magic, and no virtual DOM",
Expand Down
2 changes: 1 addition & 1 deletion src/dom/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export { h };

export function render(element: VElement, container: HTMLElement) {
const renderContext = getRenderContext(container, element);
console.log("root", renderContext);
//console.log("root", renderContext);
renderTreeStep(renderContext, element);
return renderContext;
}
Expand Down

0 comments on commit 2cea2db

Please sign in to comment.