mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Remove debuggers
This commit is contained in:
parent
9ac988e894
commit
8e23ca51de
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user