mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-20 06:19:29 +02:00
Remove logging for api requests
This commit is contained in:
parent
9dae28f264
commit
e2402b0d87
@ -69,8 +69,6 @@ export abstract class ApiBase {
|
||||
"Content-Type": config.headers?.["Content-Type"] ?? "application/json",
|
||||
};
|
||||
|
||||
console.log(`Sending ${config.method ?? "GET"} request to: `, this.base + path, config);
|
||||
|
||||
return await fetch(this.base + path, config);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user