This commit is contained in:
Pearl Dsilva 2024-01-08 09:12:20 -05:00
parent 7ef57c150e
commit d14a688f50
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ export default {
} }
}, },
data () { data () {
console.log(this.resource)
return { return {
isAdvancedZoneWithoutSGAvailable: false, isAdvancedZoneWithoutSGAvailable: false,
defaultNetworkTypeTabKey: '1', defaultNetworkTypeTabKey: '1',
@ -88,7 +87,6 @@ export default {
}, },
methods: { methods: {
fetchData () { fetchData () {
console.log('here')
const promises = [] const promises = []
promises.push(this.fetchActionZoneData()) promises.push(this.fetchActionZoneData())
Promise.all(promises).then(() => { Promise.all(promises).then(() => {