remove this logline -- it is spammy and seems like a leftover dev debug line (#10665)

pull/10676/head
Megan Marsh 5 years ago committed by GitHub
parent 9a11fd4136
commit 079786f8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -828,7 +828,6 @@ func (c *Core) renderVarsRecursively() (*interpolate.Context, error) {
for _, k := range deleteKeys {
for ind, kv := range sortedMap {
if kv.Key == k {
log.Printf("Deleting kv.Value: %s", kv.Value)
sortedMap = append(sortedMap[:ind], sortedMap[ind+1:]...)
break
}

Loading…
Cancel
Save