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:
parent
cde11e83d0
commit
6b01c94d0c
2 changed files with 1 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue