Skip to content

Commit a03bd84

Browse files
author
Yuma Arakawa
committed
デバッグ用出力を削除
1 parent cb668f6 commit a03bd84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

kernel/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ static void task_init(struct file *f)
142142

143143
/* Setup task_id */
144144
new_task->task_id = task_id_counter++;
145-
put_str("task_init: task_id=");
146-
dump_hex(new_task->task_id, 8);
147-
put_str("\r\n");
148145

149146
/* Setup context switch function */
150147
copy_mem(context_switch_template, new_task->context_switch_func, CONTEXT_SWITCH_FN_SIZE);

0 commit comments

Comments
 (0)