Skip to content

Commit

Permalink
removed unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
orizens committed Jan 23, 2017
1 parent f1268be commit d491316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scroll-resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export class ScrollResolver {
containerBreakpoint = container.height * distance.up + 1;
}
const shouldScroll: boolean = remaining <= containerBreakpoint;
console.log({containerBreakpoint, container, remaining });
this.lastScrollPosition = container.scrolledUntilNow;
return shouldScroll;
}
Expand Down

0 comments on commit d491316

Please sign in to comment.