Jelajahi Sumber

remove console.log

Caleb Porzio 1 tahun lalu
induk
melakukan
7df0e8892b
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      packages/morph/src/morph.js

+ 0 - 1
packages/morph/src/morph.js

@@ -18,7 +18,6 @@ export function morph(from, toHtml, options) {
         let defaultGetKey = el => el.getAttribute('key')
         let defaultGetKey = el => el.getAttribute('key')
         let noop = () => {}
         let noop = () => {}
 
 
-        console.log(options.key)
         updating = options.updating || noop
         updating = options.updating || noop
         updated = options.updated || noop
         updated = options.updated || noop
         removing = options.removing || noop
         removing = options.removing || noop