style(virtual-scroll): remove console.log message (#15247)

remove console.log message with the viewportOffset which is executed on every virtual scroll update
This commit is contained in:
David Pertiller
2018-08-22 17:54:25 +02:00
committed by Brandy Carney
parent f78a280ce9
commit 78e13ac5c4

View File

@ -226,7 +226,6 @@ export class VirtualScroll {
node = node.parentElement;
}
this.viewportOffset = topOffset;
console.log(this.viewportOffset);
if (scrollEl) {
this.viewportHeight = scrollEl.offsetHeight;
this.currentScrollTop = scrollEl.scrollTop;