remove this logline -- it is spammy and seems like a leftover dev debug line (#10665)
This commit is contained in:
parent
9a11fd4136
commit
079786f8d0
|
@ -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…
Reference in New Issue