remove stub

This commit is contained in:
LotP1 2025-06-04 20:52:44 +02:00
parent c674e82877
commit 65baa5a04c

View file

@ -665,8 +665,6 @@ namespace Ryujinx.HLE.HOS.Services.Am.AppletOE.ApplicationProxyService.Applicati
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(_unknownEventHandle);
Logger.Stub?.PrintStub(LogClass.ServiceAm);
return ResultCode.Success;
}