Skip to content

Commit 372d59a

Browse files
rjtsdljackfrancis
authored andcommitted
remove debug log (Azure#1759)
1 parent d796ae5 commit 372d59a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/acsengine/defaults.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ func setOrchestratorDefaults(cs *api.ContainerService) {
291291
a.OrchestratorProfile.KubernetesConfig.TillerMemoryLimit = DefaultTillerMemoryLimit
292292
}
293293

294-
if a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB == "" {
295-
fmt.Println("didn't find EtcdDiskSizeGB")
294+
if "" == a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB {
296295
a.OrchestratorProfile.KubernetesConfig.EtcdDiskSizeGB = DefaultEtcdDiskSize
297296
}
298297

0 commit comments

Comments
 (0)