Remove logging

This commit is contained in:
Martin 2023-06-23 15:19:26 +02:00
parent 71eb05c09a
commit 8ecfa79ccd
Signed by: mawalu
GPG Key ID: BF556F989760A7C8
1 changed files with 0 additions and 4 deletions

View File

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