Skip to content

Commit ed9f8cd

Browse files
author
Thomas Wunderlich
committed
Remove debug log lines
1 parent 65c1811 commit ed9f8cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client/allocrunner/taskrunner/task_runner.go

-3
Original file line numberDiff line numberDiff line change
@@ -1041,10 +1041,7 @@ func (tr *TaskRunner) buildTaskConfig() *drivers.TaskConfig {
10411041
if alloc.AllocatedResources != nil && len(alloc.AllocatedResources.Shared.Networks) > 0 {
10421042
allocDNS := alloc.AllocatedResources.Shared.Networks[0].DNS
10431043
if allocDNS != nil {
1044-
// could potentially interpolate here
10451044
interpolatedNetworks := taskenv.InterpolateNetworks(env, alloc.AllocatedResources.Shared.Networks)
1046-
tr.logger.Info("allocDNS is set", "dnsserver", allocDNS.Servers)
1047-
tr.logger.Info("interpolatedDNS is set", "dnsserver", interpolatedNetworks[0].DNS.Servers)
10481045
dns = &drivers.DNSConfig{
10491046
Servers: interpolatedNetworks[0].DNS.Servers,
10501047
Searches: interpolatedNetworks[0].DNS.Searches,

0 commit comments

Comments
 (0)