Remove unnecessary logging from kern/thread.c
This commit is contained in:
parent
102520ec1b
commit
89ac71a773
@ -222,7 +222,6 @@ Thread_SetZombie(Thread *thr)
|
||||
thr->schedState = SCHED_STATE_ZOMBIE;
|
||||
if (thr->proc) {
|
||||
TAILQ_INSERT_TAIL(&thr->proc->zombieQueue, thr, schedQueue);
|
||||
kprintf("ZOMBIEQUEUE\n");
|
||||
} else {
|
||||
kprintf("ERROR: Thread not associated with process and no zombie queue!\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user