Removed console.log

This commit is contained in:
Leah Schumann 2023-02-24 08:26:22 -05:00
parent fbbb92c855
commit 2d01671fef

View file

@ -47,7 +47,6 @@ export default {
true
);
if (!this.isDisabled) {
console.log("I'm here");
this.isLoaderDisplayed = true;
this.$emit("click-event");
}