Skip to content

Commit

Permalink
Remove debugging log message from ExecInContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Goldstein committed Mar 11, 2015
1 parent 6d465c4 commit 0c798bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kubelet/dockertools/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0c798bb

Please sign in to comment.