diff options
| author | archshift <admin@archshift.com> | 2015-01-10 13:07:50 -0800 |
|---|---|---|
| committer | archshift <admin@archshift.com> | 2015-01-10 14:32:10 -0800 |
| commit | 228843c43e21ce4d3ca5fe0adc96fcb34505446b (patch) | |
| tree | b965681736fca204e49ea6f2c130409814c3006a /src/core/hle/service/ptm_u.cpp | |
| parent | 083072de56dacadbeba5f77b2773ea6f9e4b1ddd (diff) | |
Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.
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"); } /** |
