Skip to content

Commit

Permalink
revert: feedback related
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 27, 2023
1 parent 2116e1b commit a135128
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdk-java/src/main/java/ly/count/sdk/java/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ public enum Feature {
Views(CoreFeature.Views.getIndex()),
CrashReporting(CoreFeature.CrashReporting.getIndex()),
Location(CoreFeature.Location.getIndex()),
UserProfiles(CoreFeature.UserProfiles.getIndex()),
Feedback(CoreFeature.Feedback.getIndex());
UserProfiles(CoreFeature.UserProfiles.getIndex());
// StarRating(1 << 12),
// RemoteConfig(1 << 13),
// PerformanceMonitoring(1 << 14);
Expand Down Expand Up @@ -116,8 +115,6 @@ public static Config.Feature byIndex(int index) {
// return RemoteConfig;
// } else if (index == PerformanceMonitoring.index) {
// return PerformanceMonitoring;
} else if (index == Feedback.index) {
return Feedback;
} else {
return null;
}
Expand Down

0 comments on commit a135128

Please sign in to comment.