mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
LibThreading: Remove extra spammy log message upon starting a thread
This commit is contained in:
parent
a8bac0adc1
commit
fb9c8324d9
Notes:
sideshowbarker
2024-07-17 07:14:09 +09:00
Author: https://github.com/trflynn89
Commit: fb9c8324d9
Pull-request: https://github.com/SerenityOS/serenity/pull/24393
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ void Thread::start()
|
||||||
VERIFY(rc == 0);
|
VERIFY(rc == 0);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
dbgln("Started {}", *this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Thread::detach()
|
void Thread::detach()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue