Removed console.log calls

This commit is contained in:
Eliot Berriot 2018-04-18 18:54:30 +02:00
parent c1b8180fce
commit 0213ec6d02
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 1 additions and 4 deletions

View file

@ -159,7 +159,6 @@ export default {
// for half the height of the containers display area
var scrollBack = (container.scrollHeight - container.scrollTop <= container.clientHeight) ? 0 : container.clientHeight / 2
container.scrollTop = container.scrollTop - scrollBack
console.log(container.scrollHeight - container.scrollTop, container.clientHeight)
}
},
watch: {