[Zion] Remove sleeping messages.
This commit is contained in:
parent
1ccbf5e12e
commit
46d02e5eae
2 changed files with 0 additions and 2 deletions
|
|
@ -83,7 +83,6 @@ void Scheduler::Yield() {
|
|||
} else {
|
||||
if (runnable_threads_.size() == 0) {
|
||||
current_thread_ = sleep_thread_;
|
||||
dbgln("Sleeping");
|
||||
} else {
|
||||
current_thread_ = runnable_threads_.PopFront();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue