Remove some debug output.

master
dma 9 years ago
parent fe617bdc44
commit 2356480035

@ -323,7 +323,6 @@ func (st *initState) launchApplication(cpath, pwd string, cmdArgs []string) (*ex
args := []string{"-w",cpath}
cmdArgs = append(args, cmdArgs...)
cpath = "/usr/bin/seccomp-wrapper"
st.log.Warning(cpath)
}
cmd := exec.Command(cpath)

Loading…
Cancel
Save