Remove debugging log message from ExecInContainer

pull/6/head
Andy Goldstein 2015-03-11 10:07:14 -04:00
parent 6d465c4d86
commit 0c798bbe52
1 changed files with 0 additions and 1 deletions

View File

@ -221,7 +221,6 @@ func (d *dockerContainerCommandRunner) ExecInContainer(containerId string, cmd [
args = append(args, fmt.Sprintf("HOSTNAME=%s", container.Config.Hostname))
args = append(args, container.Config.Env...)
args = append(args, cmd...)
glog.Infof("ARGS %#v", args)
command := exec.Command("nsenter", args...)
// TODO use exec.LookPath
if tty {