aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-11-25 12:43:11 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-25 12:43:11 +0000
commit36cd35eebe45d15deb3a1d0ba272e4fb0548061b (patch)
treefb17cffecb4503860e4cb96a9c153005eb175ea0 /vid-app-common/src/main/java/org/onap
parent2edbfeaf0b92dec93e30f1027bedb780eb57c0bc (diff)
parent9392f0dfdff250b29256428fce8d1349a64b2fee (diff)
Merge "remove EMPTY_DRAWING_BOARD_TEST feature flag"
Diffstat (limited to 'vid-app-common/src/main/java/org/onap')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/properties/Features.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
index 232484ba9..52899126c 100644
--- a/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
+++ b/vid-app-common/src/main/java/org/onap/vid/properties/Features.java
@@ -29,7 +29,6 @@ public enum Features implements Feature {
* Use /docs/feature-flags.md for details
*/
- EMPTY_DRAWING_BOARD_TEST,
FLAG_ADD_MSO_TESTAPI_FIELD,
FLAG_SERVICE_MODEL_CACHE,
FLAG_NETWORK_TO_ASYNC_INSTANTIATION,