From ec2897b4d47ad321c2d35aec17c58f2882a81467 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 12 Jul 2019 19:32:53 +0000 Subject: [PATCH] --- ayanova/src/components/custom-fields-control.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ayanova/src/components/custom-fields-control.vue b/ayanova/src/components/custom-fields-control.vue index ebafcd74..9dd2ba65 100644 --- a/ayanova/src/components/custom-fields-control.vue +++ b/ayanova/src/components/custom-fields-control.vue @@ -47,13 +47,6 @@ export default { if (!this.$gzlocale) { throw "custom-fields-control: $gzlocale is required and missing"; } - // if (!this.formKey) { - // throw "custom-fields-control: formKey property is required and missing"; - // } - - // if (!this.$store.state.formCustomTemplate[this.formKey]) { - // throw "custom-fields-control: formCustomTemplate not in the Store!"; - // } } }, created() {