Reduce log noise
parent
6699ac783f
commit
38dc5bb11c
|
@ -27,7 +27,6 @@ export class SyscallHook implements Hook<SyscallHookT> {
|
|||
|
||||
const syscallName = functionDef.syscall;
|
||||
|
||||
console.log("Registering plug syscall", syscallName, "for", name);
|
||||
// Add the syscall to our mapping
|
||||
syscalls[syscallName] = (ctx, ...args) => {
|
||||
// Delegate to the system to invoke the function
|
||||
|
|
Loading…
Reference in New Issue