Skip to content
Snippets Groups Projects
Commit 6b166983 authored by Fabian's avatar Fabian
Browse files

Removed debug printing from dispatch.h

parent 1b397846
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,6 @@ namespace arch {
static forceinline void dispatch_syscall(const os::scheduler::Task &task) {
// set task to dispatch
dispatch_task = task.id;
kout << "switching to " << dispatch_task << endl;
CALL_HOOK(PreTaskHook);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment