Ver código fonte

Remove comment

Lordmau5 7 anos atrás
pai
commit
5b9ce52108

+ 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;
         }