mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-29 11:00:29 +00:00
Kernel: Remove debug spam about marking threads for death
This commit is contained in:
parent
7f843ef3b2
commit
285130cc55
Notes:
sideshowbarker
2024-07-19 10:25:46 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/285130cc550
1 changed files with 0 additions and 1 deletions
|
@ -2571,7 +2571,6 @@ void Process::die()
|
|||
// Tell the threads to unwind and die.
|
||||
InterruptDisabler disabler;
|
||||
for_each_thread([](Thread& thread) {
|
||||
kprintf("Mark PID %u TID %u for death\n", thread.pid(), thread.tid());
|
||||
thread.set_should_die();
|
||||
return IterationDecision::Continue;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue