remove all logging
This commit is contained in:
@@ -28,7 +28,6 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async fetchData() {
|
||||
console.log('fetch data')
|
||||
if (this.window.label) {
|
||||
this.loading = true
|
||||
const typeApi = {
|
||||
|
||||
@@ -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