Platform: Comment out debug strings.

This commit is contained in:
Marco Cawthorne 2024-02-19 13:20:51 -08:00
parent ea0b365037
commit 0df1e78cc3
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ GameLibrary_FindInGameDir(string filename, string gamedirname)
static void
GameLibrary_LibListParse(int id, string strKey, string strValue)
{
if (id == 0)
print(sprintf("%i %S %S\n", id, strKey, strValue));
//if (id == 0)
//print(sprintf("%i %S %S\n", id, strKey, strValue));
switch(strKey) {
case "game":