Remove logging

This commit is contained in:
2023-06-23 15:19:26 +02:00
parent 71eb05c09a
commit 8ecfa79ccd

View File

@@ -71,10 +71,6 @@ proc sandboxExec*(args: Args) =
# resolve binary path outside of the sandbox # resolve binary path outside of the sandbox
var cmd = args.getCmd var cmd = args.getCmd
echo cmd
cmd[0] = findExe(cmd[0]) cmd[0] = findExe(cmd[0])
echo cmd
call.addArg(cmd).exec() call.addArg(cmd).exec()