From 23564800351a4641c4d0341deff01fe1210fe5dc Mon Sep 17 00:00:00 2001 From: dma Date: Sun, 12 Jul 2015 18:13:40 -0400 Subject: [PATCH] Remove some debug output. --- oz-init/init.go | 1 - 1 file changed, 1 deletion(-) diff --git a/oz-init/init.go b/oz-init/init.go index 0556936..0d58daf 100644 --- a/oz-init/init.go +++ b/oz-init/init.go @@ -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)