Skip to content

Commit 9799b0b

Browse files
committed
polish
1 parent ee81f44 commit 9799b0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/src/main/java/io/split/engine/common/PushManagerImp.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ public void start() {
106106
AuthenticationResponse response = _authApiClient.Authenticate();
107107
_log.debug(String.format("Auth service response pushEnabled: %s", response.isPushEnabled()));
108108
if (response.isPushEnabled() && startSse(response.getToken(), response.getChannels())) {
109-
_log.debug("#2 - PushManagerImp connected");
110109
_expirationTime.set(response.getExpiration());
111110
_telemetryRuntimeProducer.recordStreamingEvents(new StreamingEvent(StreamEventsEnum.TOKEN_REFRESH.getType(),
112111
response.getExpiration(), System.currentTimeMillis()));
@@ -115,10 +114,8 @@ public void start() {
115114

116115
cleanUpResources();
117116
if (response.isRetry()) {
118-
_log.debug(String.format("Handling retry error response"));
119117
_pushStatusTracker.handleSseStatus(SSEClient.StatusMessage.RETRYABLE_ERROR);
120118
} else {
121-
_log.debug(String.format("Auth service response is disabled: %s", response.getToken()));
122119
_pushStatusTracker.forcePushDisable();
123120
}
124121
} catch (Exception e) {

0 commit comments

Comments
 (0)