Rework the policy refresh
[clamp.git] / ui-react / src / api / LoopCache.js
index 5eaa79a..c54337f 100644 (file)
@@ -70,10 +70,6 @@ export default class LoopCache {
                return this.loopJsonCache["name"];
        }
 
-       getOperationalPolicyConfigurationJson() {
-               return this.loopJsonCache["operationalPolicies"]["0"]["configurationsJson"];
-       }
-
        getOperationalPolicyJsonSchema() {
                return this.loopJsonCache["operationalPolicies"]["0"]["jsonRepresentation"];
        }