Removed redundant log

This commit is contained in:
Nixietab 2026-07-04 11:52:30 +02:00
parent cad6605174
commit 441c2d0804

View file

@ -2258,7 +2258,7 @@ __declspec(dllexport) void EOS_PlayerDataStorage_QueryFile(
EOS_HPlayerDataStorage Handle, const EOS_PlayerDataStorage_QueryFileOptions* Options,
void* ClientData, const EOS_PlayerDataStorage_OnQueryFileCompleteCallback CompletionCallback) {
const char* fname = (Options && Options->Filename) ? Options->Filename : "(null)";
Log("[Proxy] EOS_PlayerDataStorage_QueryFile called file=%s (answered locally, not forwarded to real SDK)", fname);
Log("[Proxy] EOS_PlayerDataStorage_QueryFile called file=%s", fname);
if (CompletionCallback) {
EOS_PlayerDataStorage_QueryFileCallbackInfo info = {0};
info.ResultCode = EOS_NotFound; // no real cloud backend -- behave like an empty save slot