File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
client/src/main/java/io/split/engine/common Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments