Skip to content

Commit

Permalink
rf
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishiv committed Oct 17, 2024
1 parent 9bf65ce commit 6830505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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.3.13",
"version": "1.3.14",
"author": "Abhishiv Saxena<[email protected]>",
"license": "MIT",
"description": "Fine-grained reactive library with no compiler, no magic, and no virtual DOM",
Expand Down
3 changes: 0 additions & 3 deletions src/dom/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ export const getDescendants = (node: TreeStep): TreeStep[] => {
},
{
kids: (parent) => {
if (!parent.k) {
console.log(parent);
}
return [...(Array.isArray(parent.k) ? parent.k : [])];
},
order: "post",
Expand Down

0 comments on commit 6830505

Please sign in to comment.