mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-25 19:02:07 -05:00
Kernel: Remove leftover debug spam when returning from mkdir() syscall.
This commit is contained in:
parent
68f3771e4f
commit
d712d353ac
1 changed files with 0 additions and 2 deletions
|
@ -251,7 +251,5 @@ void syscall_trap_entry(RegisterDump& regs)
|
|||
dword arg2 = regs.ecx;
|
||||
dword arg3 = regs.ebx;
|
||||
regs.eax = Syscall::handle(regs, function, arg1, arg2, arg3);
|
||||
if (function == Syscall::SC_mkdir)
|
||||
dbgprintf("->%d\n", regs.eax);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue