mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
LibThreading: Remove extra spammy log message upon starting a thread
This commit is contained in:
parent
a8bac0adc1
commit
fb9c8324d9
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ void Thread::start()
|
|||
VERIFY(rc == 0);
|
||||
}
|
||||
#endif
|
||||
dbgln("Started {}", *this);
|
||||
}
|
||||
|
||||
void Thread::detach()
|
||||
|
|
Loading…
Add table
Reference in a new issue