Removed console.log
This commit is contained in:
parent
fbbb92c855
commit
2d01671fef
1 changed files with 0 additions and 1 deletions
|
|
@ -47,7 +47,6 @@ export default {
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
if (!this.isDisabled) {
|
if (!this.isDisabled) {
|
||||||
console.log("I'm here");
|
|
||||||
this.isLoaderDisplayed = true;
|
this.isLoaderDisplayed = true;
|
||||||
this.$emit("click-event");
|
this.$emit("click-event");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue