diff --git a/src/account/NewNetworkPage.vue b/src/account/NewNetworkPage.vue index 99b819f..f01cef0 100644 --- a/src/account/NewNetworkPage.vue +++ b/src/account/NewNetworkPage.vue @@ -467,9 +467,8 @@ if (this.paymentInfo) { const cloudRegion = this.findRegion(this.cloudRegionUuid); if (cloudRegion === null) { - console.log('no region selected'); // todo: set error + this.errors.add({field: 'region', msg: this.messages['err_region_notFound']}); } else { - console.log('sending accountPlan: ' + JSON.stringify(this.accountPlan) + ' cloud/region=' + cloudRegion.cloud + '/' + cloudRegion.internalName); this.addPlanAndStartNetwork({ userId: this.user.uuid, accountPlan: this.accountPlan,