chore(): remove console.debugs

This commit is contained in:
Adam Bradley
2016-03-31 08:58:08 -05:00
parent ba6f92b992
commit b8cb12e25e
2 changed files with 0 additions and 2 deletions

View File

@ -178,7 +178,6 @@ export class InfiniteScroll {
let distanceFromInfinite = ((d.scrollHeight - infiniteHeight) - d.scrollTop) - reloadY;
if (distanceFromInfinite < 0) {
this._zone.run(() => {
console.debug('infinite scroll');
this.state = STATE_LOADING;
this.infinite.emit(this);
});