diff options
Diffstat (limited to 'usr')
-rw-r--r-- | usr/syscall.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/syscall.c b/usr/syscall.c index 834bd5b..8680845 100644 --- a/usr/syscall.c +++ b/usr/syscall.c @@ -5,7 +5,6 @@ int _syscall_handler_log(struct syscall_log *req) { - klogf("Message ptr %#016X\n", req->message); if(!mem_check_ptr(req->message)) return -1; klogf("%s", req->message); return 0; |