Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
remove debug log (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtsdl authored and jackfrancis committed Nov 12, 2017
1 parent d796ae5 commit 372d59a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ func setOrchestratorDefaults(cs *api.ContainerService) {
a.OrchestratorProfile.KubernetesConfig.TillerMemoryLimit = DefaultTillerMemoryLimit
}

if a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB == "" {
fmt.Println("didn't find EtcdDiskSizeGB")
if "" == a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB {
a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB = DefaultEtcdDiskSize
}

Expand Down

0 comments on commit 372d59a

Please sign in to comment.