Removing console log
This commit is contained in:
parent
193f4fde49
commit
93a7a9cf27
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ export default {
|
||||||
this.$emit('backClicked');
|
this.$emit('backClicked');
|
||||||
},
|
},
|
||||||
disableForwardButton() {
|
disableForwardButton() {
|
||||||
console.log('disable forward button');
|
|
||||||
this.disableForwardAction = true;
|
this.disableForwardAction = true;
|
||||||
},
|
},
|
||||||
enableForwardAction() {
|
enableForwardAction() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue