summaryrefslogtreecommitdiff
path: root/kernel/cpu/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu/syscall.c')
-rw-r--r--kernel/cpu/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cpu/syscall.c b/kernel/cpu/syscall.c
index 9b93a4d..77e9ac5 100644
--- a/kernel/cpu/syscall.c
+++ b/kernel/cpu/syscall.c
@@ -38,7 +38,6 @@ int syscall_exec(SYS_EXEC_PARAMS *args) {
}
void syscall_tmp_handle_packet(void *packet, u32 len) {
- kprintf("syscall tmp handle packet\n");
handle_ethernet((u8 *)packet, len);
}