remove all logging
This commit is contained in:
@@ -68,7 +68,6 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
console.log('mounted')
|
||||
if (typeof this.activeWindow === 'string') {
|
||||
const window = this.windows.find(w => w.label === this.activeWindow.replace('-', ' '))
|
||||
this.$emit('set-window', window)
|
||||
|
||||
Reference in New Issue
Block a user