Skip to content

Commit a9ad18f

Browse files
authored
Update McityToolbarVuetify1.5.vue
removed console.logs which logged the state of the menu options at each mouseOver
1 parent 67f6542 commit a9ad18f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/McityToolbarVuetify1.5.vue

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ export default {
236236
return tileText === "FOR MEMBERS" ? "color:white" : "";
237237
},
238238
getCssClassForCategory(tileText, hover) {
239-
console.log(tileText, hover)
240239
return tileText === "FOR MEMBERS" ? (hover ? "bg-members-hover" : "bg-members") : "";
241240
},
242241
getHelp () {

0 commit comments

Comments
 (0)