1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Remove console.log in rendition

This commit is contained in:
Fred Chasen 2017-03-27 11:37:27 -04:00
parent cde11e83d0
commit 6b01c94d0c
2 changed files with 1 additions and 2 deletions

View file

@ -177,7 +177,6 @@ class Rendition {
// Listen for scroll changes
this.manager.on("scroll", this.reportLocation.bind(this));
this.manager.on("scroll", () => console.log("scrolled"));
// Trigger that rendering has started
this.emit("started");