From fc4543692cd42661c34582c3cb879c71c420d299 Mon Sep 17 00:00:00 2001 From: Vignesh Date: Tue, 31 Oct 2023 14:47:26 +0530 Subject: [PATCH] removed unwanted lines --- src/sdk/api/api.service.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/sdk/api/api.service.ts b/src/sdk/api/api.service.ts index 236c41ad..ac85ce82 100644 --- a/src/sdk/api/api.service.ts +++ b/src/sdk/api/api.service.ts @@ -144,9 +144,6 @@ export class ApiService extends Service { let result: T; try { - // checks and removes outdated cache entries - // this.cache.expire(); - const { data } = await call(); result = mapApiResult(data, models); } catch (err) {