Skip to content

Commit f5c11e8

Browse files
committed
Remove console.log
1 parent 0d9685e commit f5c11e8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/App.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ export default {
173173
this.windowWidth = window.innerWidth
174174
},
175175
openChooserModal(modal) {
176-
console.log('Open chooser modal: ', modal, this.openModal)
177176
this.openModal = modal
178-
console.log('Open chooser modal: ', modal, this.openModal)
179177
},
180178
closeChooserModal() {
181179
this.openModal = null

0 commit comments

Comments
 (0)