소스 검색

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.