mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Oops, disable my debug logs.
This commit is contained in:
parent
c3696f7897
commit
b2c113e5b1
@ -41,7 +41,7 @@ public:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
execute_main_group(&m_thr);
|
execute_main_group(&m_thr);
|
||||||
LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size);
|
// LOG_NOTICE(GENERAL, "%s, %d \n\n", m_thr.m_last_instr_name, m_thr.m_last_instr_size);
|
||||||
m_thr.m_last_instr_name = "Unknown";
|
m_thr.m_last_instr_name = "Unknown";
|
||||||
return m_thr.m_last_instr_size;
|
return m_thr.m_last_instr_size;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user