Browse Source

Remove comment

Lordmau5 7 năm trước cách đây
mục cha
commit
5b9ce52108
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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;
         }