removed stray console.log
This commit is contained in:
parent
e1d267b38b
commit
79ed8bffbf
1 changed files with 0 additions and 1 deletions
|
@ -699,7 +699,6 @@ function ComicBook(id, srcs, opts) {
|
|||
is_double_page_spread = (page.width > page.height); // need to run double page check again here as we are going backwards
|
||||
|
||||
if (pointer > 0) {
|
||||
console.log(pointer);
|
||||
pointer -= (options.displayMode === "single" || is_double_page_spread) ? 1 : 2;
|
||||
this.drawPage();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue