Skip to content

Commit 0669fa1

Browse files
chillaqsanzmauro
andauthored
Update client/src/main/java/io/split/client/HttpSplitChangeFetcher.java
Co-authored-by: Mauro Sanz <[email protected]>
1 parent 8a6cdf1 commit 0669fa1

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
@@ -73,7 +73,6 @@ long makeRandomTill() {
7373
@Override
7474
public SplitChange fetch(long since, long sinceRBS, FetchOptions options) {
7575
long start = System.currentTimeMillis();
76-
SplitHttpResponse response;
7776
try {
7877
if (specVersion.equals(SPEC_1_1) && (System.currentTimeMillis() - _lastProxyCheckTimestamp >= PROXY_CHECK_INTERVAL_MILLISECONDS_SS)) {
7978
_log.info("Switching to new Feature flag spec ({}) and fetching.", SPEC_1_3);

0 commit comments

Comments
 (0)