refactor: remove console.log added by mistake

This commit is contained in:
Gauthier Roebroeck 2020-02-25 11:01:27 +08:00
parent 8517afc00e
commit 4f0ed73cbe

View file

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