mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Remove console logs for game details
Removed debug console logs for game information.
This commit is contained in:
@@ -2474,10 +2474,6 @@ METADATA_CODE = r"""
|
|||||||
current_players: await getSteamPlayerCount(appid)
|
current_players: await getSteamPlayerCount(appid)
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log("Game:", gameName);
|
|
||||||
console.log("AppID:", appid);
|
|
||||||
console.log("Players:", gameData.current_players);
|
|
||||||
|
|
||||||
gameCache[gameName] = gameData;
|
gameCache[gameName] = gameData;
|
||||||
return gameData;
|
return gameData;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user