From 8e23ca51de9a78bf1e03b9077aa80475c989a7d7 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 8 May 2024 08:55:05 +0700 Subject: [PATCH] Remove debuggers --- src/utils/network.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/network.ts b/src/utils/network.ts index 541eb7a..1c7f23e 100644 --- a/src/utils/network.ts +++ b/src/utils/network.ts @@ -558,12 +558,10 @@ export function interceptHttpRequests() { const obj = await response.clone().json(); if (url.includes(GamePassCloudGallery.ALL)) { - debugger; for (let i = 1; i < obj.length; i++) { gamepassAllGames.push(obj[i].id); } } else if (url.includes(GamePassCloudGallery.TOUCH)) { - debugger; try { let customList = TouchController.getCustomList();