Skip to content

Commit 148bfcf

Browse files
committed
chore(log): Disable steamId logging in Apps::unlockApp
1 parent 82fd640 commit 148bfcf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/feats/apps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ bool Apps::unlockApp(uint32_t appId, CAppOwnershipInfo* info, uint32_t ownerId)
2626
//Seems to do nothing in particular, some dlc have this as 1 so I uncomented this for now. Might be free stuff?
2727
//pOwnershipInfo->field27_0x36 = 1;
2828

29-
g_pLog->debug("Unlocked %u for %u\n", appId, ownerId);
29+
//g_pLog->debug("Unlocked %u for %u\n", appId, ownerId);
30+
g_pLog->debug("Unlocked %u\n", appId);
3031
return true;
3132
}
3233

0 commit comments

Comments
 (0)