Removed debug print statement.
This commit is contained in:
parent
4812c804fd
commit
35e0bc441f
|
@ -2042,7 +2042,7 @@ void emulatorThread_t::init(void)
|
|||
if ( pthread_self() == (pthread_t)QThread::currentThreadId() )
|
||||
{
|
||||
pself = pthread_self();
|
||||
printf("EMU is using PThread: %p\n", (void*)pself);
|
||||
//printf("EMU is using PThread: %p\n", (void*)pself);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue