Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Jan 22, 2024
1 parent ad94a86 commit aa3375a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/alpinejs/src/mutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ function onMutate(mutations) {
onAttributeAddeds.forEach(i => i(el, attrs))
})

console.log(removedNodes, addedNodes)
for (let node of removedNodes) {
// If an element gets moved on a page, it's registered
// as both an "add" and "remove", so we want to skip those.
Expand Down

0 comments on commit aa3375a

Please sign in to comment.