diff --git a/src/libs/fetch.js b/src/libs/fetch.js index ad5878e..bacb7b4 100644 --- a/src/libs/fetch.js +++ b/src/libs/fetch.js @@ -97,16 +97,6 @@ export const fetchData = async ( } else { res = await fetch(input, init); } - // if (isGm) { - // if (useUnsafe) { - // // res = await window.unsafeWindow.fetch(input, init); - // res = await fetch(input, init); - // } else { - // res = await fetchGM(input, init); - // } - // } else { - // res = await fetch(input, init); - // } } if (!res?.ok) {