Skip to content

Commit c8f8533

Browse files
committed
polish
1 parent 904ec28 commit c8f8533

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

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public SplitChange fetch(long since, long sinceRBS, FetchOptions options) {
8080
sinceRBS = -1;
8181
}
8282
URI uri = buildURL(options, since, sinceRBS);
83-
_log.error(uri.toString());
8483
response = _client.get(uri, options, null);
8584
if (response.statusCode() < HttpStatus.SC_OK || response.statusCode() >= HttpStatus.SC_MULTIPLE_CHOICES) {
8685
if (response.statusCode() == HttpStatus.SC_REQUEST_URI_TOO_LONG) {

0 commit comments

Comments
 (0)