From 222f5acc20812f2e47b42700c8213109ea4eeec3 Mon Sep 17 00:00:00 2001 From: Omar Oughriss Date: Fri, 25 Jul 2025 17:02:44 +0200 Subject: [PATCH] Delete logs --- src/front/Api/BaseApiService.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/front/Api/BaseApiService.ts b/src/front/Api/BaseApiService.ts index f5f90f4d..01ad7443 100644 --- a/src/front/Api/BaseApiService.ts +++ b/src/front/Api/BaseApiService.ts @@ -46,11 +46,6 @@ export default abstract class BaseApiService { } protected async getRequest(url: URL, token?: string, contentType?: ContentType, ref?: IRef, fileName?: string) { - console.log("url", url); - console.log("token", token); - console.log("contentType", contentType); - console.log("ref", ref); - console.log("fileName", fileName); await this.checkJwtToken(); const request = async () => await fetch(url, {