Browse Source

remove console.log

Caleb Porzio 1 year ago
parent
commit
7df0e8892b
1 changed files with 0 additions and 1 deletions
  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 noop = () => {}
 
-        console.log(options.key)
         updating = options.updating || noop
         updated = options.updated || noop
         removing = options.removing || noop