mirror of
https://github.com/gotson/komga.git
synced 2026-04-19 13:31:15 +02:00
refactor: remove console.log added by mistake
This commit is contained in:
parent
8517afc00e
commit
4f0ed73cbe
1 changed files with 0 additions and 1 deletions
|
|
@ -509,7 +509,6 @@ export default Vue.extend({
|
|||
} else {
|
||||
if (this.jumpToPreviousBook) {
|
||||
if (!this.$_.isEmpty(this.siblingPrevious)) {
|
||||
console.log(this.siblingPrevious)
|
||||
this.jumpToPreviousBook = false
|
||||
this.$router.push({ name: 'read-book', params: { bookId: this.siblingPrevious.id.toString() } })
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue