Oops, disable my debug logs.

This commit is contained in:
Oil 2014-12-01 23:27:22 +04:00
parent c3696f7897
commit b2c113e5b1

View File

@ -41,7 +41,7 @@ public:
*/
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";
return m_thr.m_last_instr_size;
}