Skip to content

Commit 96b16ee

Browse files
this config property no longer exists so we can remove support (#72)
1 parent 3901cc4 commit 96b16ee

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/com/devcycle/sdk/server/local/model

1 file changed

+0
-5
lines changed

src/main/java/com/devcycle/sdk/server/local/model/Project.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,7 @@ static class Colors {
2525
public String poweredByAlignment;
2626
}
2727

28-
static class SDKTypeVisibility {
29-
public Boolean enabledInFeatureSettings;
30-
}
31-
3228
public EdgeDBSettings edgeDB;
3329
public OptInSettings optIn;
34-
public SDKTypeVisibility sdkTypeVisibility;
3530
}
3631
}

0 commit comments

Comments
 (0)