Skip to content

Commit

Permalink
Merge pull request kubernetes#5287 from ncdc/master
Browse files Browse the repository at this point in the history
Remove debugging log message from ExecInContainer
  • Loading branch information
dchen1107 committed Mar 11, 2015
2 parents 168eb00 + 0c798bb commit 88e0b04
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 88e0b04

Please sign in to comment.