diff options
| author | bunnei <bunneidev@gmail.com> | 2015-01-11 00:57:48 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2015-01-11 00:57:48 -0500 |
| commit | c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c (patch) | |
| tree | 8a5260f8e44f637f90e3c84565be04e4d84cedc3 /src/core/hle/service/ptm_u.cpp | |
| parent | 463d0a373be11b6c117bfb0cc71418dfd5272679 (diff) | |
| parent | 95be6ad7aead770666d97309e2e1aef9cfd808ec (diff) | |
Merge pull request #459 from archshift/logs
Small additions and fixes to logging
Diffstat (limited to 'src/core/hle/service/ptm_u.cpp')
| -rw-r--r-- | src/core/hle/service/ptm_u.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/ptm_u.cpp b/src/core/hle/service/ptm_u.cpp index fd79cd8ab..753180add 100644 --- a/src/core/hle/service/ptm_u.cpp +++ b/src/core/hle/service/ptm_u.cpp @@ -76,8 +76,6 @@ static void GetShellState(Service::Interface* self) { cmd_buff[1] = 0; cmd_buff[2] = shell_open ? 1 : 0; - - LOG_TRACE(Service_PTM, "PTM_U::GetShellState called"); } /** |
