Skip to content

Commit

Permalink
fix: Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 3, 2018
1 parent f78a9f7 commit c67ff64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/directives/back-to-top.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ export default {
el.addEventListener('click', ctx.goToTop)
},
update (el, binding) {
console.log('update')
if (JSON.stringify(binding.oldValue) !== JSON.stringify(binding.value)) {
updateBinding(el, binding)
}
Expand Down

0 comments on commit c67ff64

Please sign in to comment.