LibThreading: Remove extra spammy log message upon starting a thread

This commit is contained in:
Timothy Flynn 2024-05-20 13:03:19 -04:00 committed by Andrew Kaster
parent a8bac0adc1
commit fb9c8324d9

View file

@ -108,7 +108,6 @@ void Thread::start()
VERIFY(rc == 0);
}
#endif
dbgln("Started {}", *this);
}
void Thread::detach()