removed console.log
This commit is contained in:
parent
b492474fb0
commit
becf6be936
1 changed files with 1 additions and 3 deletions
|
@ -108,9 +108,7 @@ function ComicBook(id, srcs, opts) {
|
|||
**/
|
||||
function setLastPage() {
|
||||
if (!options.data.comicId) { throw 'options.data.comicId is not set.'; }
|
||||
$.get('/comic/setlastpage', { page: pointer+1, comic: options.data.comicId }, function(error){
|
||||
console.log(error);
|
||||
});
|
||||
$.get('/comic/setlastpage', { page: pointer+1, comic: options.data.comicId });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue