Delete logs

This commit is contained in:
Omar Oughriss 2025-07-25 17:02:44 +02:00
parent b351d9f839
commit 222f5acc20

View File

@ -46,11 +46,6 @@ export default abstract class BaseApiService {
}
protected async getRequest<T>(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, {