engine, lib: Misc log and comment changes

Just misc polishing.
This commit is contained in:
James Shubin
2023-11-21 00:04:14 -05:00
parent 66edc39ccb
commit 029cfaf1f8
3 changed files with 6 additions and 3 deletions

View File

@@ -275,7 +275,7 @@ func (obj *State) ReversalWrite(str string, overwrite bool) error {
if str != oldStr {
obj.Logf("existing, pending, reversible resource exists")
//obj.Logf("diff:")
//obj.Logf("") // TODO: print the diff w/o and secret values
//obj.Logf("") // TODO: print the diff w/o secret values
return fmt.Errorf("existing, pending, reversible resource exists")
}
}