We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8277a14 commit 147393cCopy full SHA for 147393c
client/src/main/java/io/split/client/dtos/RuleBasedSegment.java
@@ -18,8 +18,6 @@ public String toString() {
18
", status=" + status +
19
", trafficTypeName='" + trafficTypeName + '\'' +
20
", changeNumber=" + changeNumber +
21
- ", excluded.keys=" + Arrays.toString(excluded.keys.stream().toArray()) +
22
- ", excluded.segments=" + Arrays.toString(excluded.segments.stream().toArray()) +
23
'}';
24
}
25
0 commit comments