File tree Expand file tree Collapse file tree
src/main/java/com/skyflow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -247,11 +247,8 @@ protected void setBearerToken() throws SkyflowException {
247247 LogUtil .printInfoLog (InfoLogs .REUSE_BEARER_TOKEN .getLog ());
248248 }
249249 if (apiClient == null ) {
250- LogUtil .printInfoLog (InfoLogs .API_CLIENT_INITIALIZED .getLog ());
251250 updateExecutorInHTTP ();
252251 this .apiClient = this .apiClientBuilder .build ();
253- } else {
254- LogUtil .printInfoLog (InfoLogs .REUSE_API_CLIENT .getLog ());
255252 }
256253 }
257254
Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ public enum InfoLogs {
1212 LOGGER_SETUP_DONE ("Set up logger." ),
1313 CURRENT_LOG_LEVEL ("Current log level is %s1." ),
1414
15- // API client lifecycle
16- API_CLIENT_INITIALIZED ("Initializing API client (first build or URL changed)." ),
17- REUSE_API_CLIENT ("Reusing existing API client (connection pool preserved)." ),
18-
1915 // Bearer token generation
2016 EMPTY_BEARER_TOKEN ("Bearer token is empty." ),
2117 BEARER_TOKEN_EXPIRED ("Bearer token is expired." ),
You can’t perform that action at this time.
0 commit comments