File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
openfeature-provider-local/src/main/java/com/spotify/confidence Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ public void reload() {
7575
7676 try {
7777 final AccountState newAccountState = fetchState ();
78- newAccountState .flags ().forEach (this ::logIfSticky );
7978 newAccountStates .put (accountName , newAccountState );
8079 secrets .putAll (newAccountState .secrets ());
8180 } catch (Exception e ) {
@@ -87,13 +86,6 @@ public void reload() {
8786 healthStatus .setStatus (HealthCheckResponse .ServingStatus .SERVING );
8887 }
8988
90- private void logIfSticky (String s , Flag flag ) {
91- if (flag .getRulesList ().stream ().anyMatch (Flag .Rule ::hasMaterializationSpec )) {
92- logger .warn (
93- "Flag {} is sticky, sticky assignments are not supported in the local resolve" , s );
94- }
95- }
96-
9789 private ResolverStateUriResponse getResolverFileUri () {
9890 final Instant now = Instant .now ();
9991 if (resolverStateUriResponse .get () == null
You can’t perform that action at this time.
0 commit comments