clean up console logs
diff --git a/ui/src/views/network/VpcTiersTab.vue b/ui/src/views/network/VpcTiersTab.vue
index 2ed6409..bda759d 100644
--- a/ui/src/views/network/VpcTiersTab.vue
+++ b/ui/src/views/network/VpcTiersTab.vue
@@ -364,7 +364,6 @@
},
inject: ['parentFetchData'],
data () {
- console.log(this.resource)
return {
networks: [],
networkid: '',
@@ -485,7 +484,6 @@
}
this.publicLBNetworkExists()
this.getVpcNetworkOffering()
- console.log(this.isOfferingNatMode)
},
fetchMtuForZone () {
api('listZones', {
@@ -562,8 +560,6 @@
guestiptype: 'Isolated',
state: 'Enabled'
}
- console.log(this.isNsxEnabled)
- console.log(this.isOfferingNatMode)
if (!this.isNsxEnabled) {
params.supportedServices = 'SourceNat'
}