Skip to content

Commit

Permalink
styles: remove unneeded logging
Browse files Browse the repository at this point in the history
  • Loading branch information
evanlucas committed Mar 21, 2016
1 parent 2551e54 commit f6ebda1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/styles/element.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class StylesElement extends HTMLElement {
const clone = this.clones.get(ele) || ele
clone.remove()
if (clone !== ele) ele.remove()
console.log('remove ele', ele)
this.emitter.emit('did-remove-style-element', clone)
}

Expand Down

0 comments on commit f6ebda1

Please sign in to comment.