Removed debug print statement.

This commit is contained in:
Matthew Budd 2020-11-28 21:55:55 -05:00
parent 4812c804fd
commit 35e0bc441f
1 changed files with 1 additions and 1 deletions

View File

@ -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