Remove logging
This commit is contained in:
parent
71eb05c09a
commit
8ecfa79ccd
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue