removed stray console.log

This commit is contained in:
Bala Clark 2011-09-08 22:02:00 +02:00
parent e1d267b38b
commit 79ed8bffbf

View file

@ -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();
}