Skip to content

Commit 4025cf0

Browse files
committed
remove personal debugging logs
1 parent 6a0f0af commit 4025cf0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cluster-autoscaler/cloudprovider/hetzner/hetzner_cloud_provider.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ func BuildHetzner(_ config.AutoscalingOptions, do cloudprovider.NodeGroupDiscove
258258
} else {
259259
subnetIPRange = defaultSubnetIPRange
260260
}
261-
klog.Infof("[DEBUG]Using subnet ip range %s for node group %s", subnetIPRange, spec.name)
262-
klog.Infof("[DEBUG]Default SubnetIPRange is %s", defaultSubnetIPRange)
263-
klog.Infof("[DEBUG]Default and SubnetIPRange in Config is: %s + %s", manager.clusterConfig.DefaultSubnetIPRange, manager.clusterConfig.NodeConfigs[spec.name].SubnetIPRange)
264-
265261
}
266262

267263
}

0 commit comments

Comments
 (0)