forked from Bananymous/banan-os
Kernel: Remove spammy process/thread exit printing
This commit is contained in:
@@ -102,8 +102,6 @@ namespace Kernel
|
||||
ASSERT(!m_general_allocator);
|
||||
ASSERT(m_mapped_ranges.empty());
|
||||
ASSERT(&PageTable::current() != m_page_table.ptr());
|
||||
|
||||
dprintln("process {} exit", pid());
|
||||
}
|
||||
|
||||
void Process::add_thread(Thread* thread)
|
||||
|
||||
Reference in New Issue
Block a user