Skip to content

Commit 56082ef

Browse files
committed
polish
1 parent 652ea96 commit 56082ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/main/java/io/split/client/HttpSplitChangeFetcher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public SplitChange fetch(long since, long sinceRBS, FetchOptions options) {
110110
if (SPEC_VERSION.equals(Spec.SPEC_1_1)) {
111111
splitChange.featureFlags = convertBodyToOldSpec(response.body());
112112
splitChange.ruleBasedSegments = createEmptyDTO();
113-
_lastProxyCheckTimestamp = System.currentTimeMillis();
114113
} else {
115114
splitChange = Json.fromJson(response.body(), SplitChange.class);
116115
}

0 commit comments

Comments
 (0)