helper/schema: Remove unused log line
Meant to remove this before finalizing the PR. :P
This commit is contained in:
parent
c6647a3bb7
commit
6f422d8c44
|
@ -237,7 +237,6 @@ func (d *ResourceDiff) clear(key string) error {
|
||||||
// from ResourceDiff's own change data, in addition to existing diff, config, and state.
|
// from ResourceDiff's own change data, in addition to existing diff, config, and state.
|
||||||
func (d *ResourceDiff) diffChange(key string) (interface{}, interface{}, bool, bool) {
|
func (d *ResourceDiff) diffChange(key string) (interface{}, interface{}, bool, bool) {
|
||||||
old, new := d.getChange(key)
|
old, new := d.getChange(key)
|
||||||
// log.Printf("\nkey:%s\n\nold:%s\n\nnew:%s\n", key, spew.Sdump(old), spew.Sdump(new))
|
|
||||||
|
|
||||||
if !old.Exists {
|
if !old.Exists {
|
||||||
old.Value = nil
|
old.Value = nil
|
||||||
|
|
Loading…
Reference in New Issue