Explorar el Código

Remove comment

Lordmau5 hace 7 años
padre
commit
5b9ce52108
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs

+ 0 - 2
Ryujinx.HLE/OsHle/Services/Am/ICommonStateGetter.cs

@@ -90,8 +90,6 @@ namespace Ryujinx.HLE.OsHle.Services.Am
             Context.ResponseData.Write(1280);
             Context.ResponseData.Write(720);
 
-            // Context.Ns.Log.PrintStub(LogClass.ServiceAm, "Stubbed.");
-
             return 0;
         }