mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibThreading: Remove extra spammy log message upon starting a thread
This commit is contained in:
committed by
Andrew Kaster
parent
a8bac0adc1
commit
fb9c8324d9
@@ -108,7 +108,6 @@ void Thread::start()
|
||||
VERIFY(rc == 0);
|
||||
}
|
||||
#endif
|
||||
dbgln("Started {}", *this);
|
||||
}
|
||||
|
||||
void Thread::detach()
|
||||
|
||||
Reference in New Issue
Block a user