mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
remove obsolete console.log
This commit is contained in:
parent
f133a8f1d9
commit
2cfe1558a7
@ -13,7 +13,6 @@ async function enableApiMocking(): Promise<ServiceWorkerRegistration | void> {
|
||||
const { worker } = await import("./mocks/msw/msw-browser");
|
||||
return worker.start({ onUnhandledRequest: "bypass" });
|
||||
}
|
||||
console.log("API Mocking disabled.");
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user