intelica-library-ui 0.1.52 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -330,8 +330,6 @@ const RefreshTokenInterceptor = (req, next) => {
330
330
  let authenticationLocation = `${configService.environment?.authenticationWeb}?callback=${window.location.href}&clientID=${configService.environment?.clientID}`;
331
331
  let path = `${configService.environment?.authenticationPath ?? ""}/Authenticate/ValidateToken`;
332
332
  var authenticationClientID = configService.environment?.clientID ?? "";
333
- console.log(authenticationClientID);
334
- console.log(getCookie(authenticationClientID));
335
333
  let validateTokenQuery = {
336
334
  token: getCookie("token") ?? "",
337
335
  refreshToken: getCookie("refreshToken") ?? "",