Remove unneeded log messages

This commit is contained in:
gdkchan
2018-03-04 00:09:16 -03:00
parent 8dcffe6a51
commit 479443564c
2 changed files with 0 additions and 8 deletions

View File

@@ -582,8 +582,6 @@ namespace Ryujinx.Core.OsHle.IpcServices.NvServices
NvMap.Kind = Kind;
}
Logging.Debug($"{NvMap.Address:x16}");
return 0;
}