diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-11 06:57:48 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-11 06:57:48 +0100 |
commit | c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c (patch) | |
tree | 8a5260f8e44f637f90e3c84565be04e4d84cedc3 /src/core/hle/service/ptm_u.cpp | |
parent | Merge pull request #460 from chinhodado/revert-319-travis-apt-cache (diff) | |
parent | Added Archive ID to fs:USER debug logs involving opening the archive. (diff) | |
download | yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.gz yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.bz2 yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.lz yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.xz yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.tar.zst yuzu-c6906319f3a9ba1b33b8b4fec41cce8fd5a4fe7c.zip |
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"); } /** |