Remove console log
This commit is contained in:
parent
21d2ac910f
commit
f0cf184b12
1 changed files with 0 additions and 5 deletions
|
|
@ -336,11 +336,6 @@ export default {
|
|||
return this.getCmsContent("ViewMoreShopsWidget", "Text");
|
||||
},
|
||||
estimatedTimeText() {
|
||||
console.log(
|
||||
"estimatedTimeText",
|
||||
this.estimatedServiceMinutesMinimum,
|
||||
this.estimatedServiceMinutesMaximum
|
||||
);
|
||||
if (!this.estimatedServiceMinutesMinimum || !this.estimatedServiceMinutesMaximum) {
|
||||
return " ";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue