浏览代码

remove console.log

Caleb Porzio 1 年之前
父节点
当前提交
aa3375a4e1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/alpinejs/src/mutation.js

+ 0 - 1
packages/alpinejs/src/mutation.js

@@ -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.