diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2018-03-04 00:09:16 -0300 |
|---|---|---|
| committer | gdkchan <gab.dark.100@gmail.com> | 2018-03-04 00:09:16 -0300 |
| commit | 479443564c5372ec9c768a9d41b1ffbdbbd5dd41 (patch) | |
| tree | 33634de2c388dadb74783f5bcab8294e7d14b357 /Ryujinx.Core/OsHle | |
| parent | 8dcffe6a5103920ab63e46f93029b27e311335f3 (diff) | |
Remove unneeded log messages
Diffstat (limited to 'Ryujinx.Core/OsHle')
| -rw-r--r-- | Ryujinx.Core/OsHle/Services/Nv/ServiceNvDrv.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Ryujinx.Core/OsHle/Services/Nv/ServiceNvDrv.cs b/Ryujinx.Core/OsHle/Services/Nv/ServiceNvDrv.cs index 2f223891..0ea1d2ac 100644 --- a/Ryujinx.Core/OsHle/Services/Nv/ServiceNvDrv.cs +++ b/Ryujinx.Core/OsHle/Services/Nv/ServiceNvDrv.cs @@ -582,8 +582,6 @@ namespace Ryujinx.Core.OsHle.IpcServices.NvServices NvMap.Kind = Kind; } - Logging.Debug($"{NvMap.Address:x16}"); - return 0; } |
