terraform: remove debug

This commit is contained in:
Mitchell Hashimoto 2015-04-14 13:20:23 -07:00
parent 486cde44ec
commit 2934824069
1 changed files with 0 additions and 1 deletions

View File

@ -573,7 +573,6 @@ func (n *graphNodeResourceDestroy) destroyIncludePrimary(
} }
if v.Primary != nil { if v.Primary != nil {
println("FUCK: " + prefix + " ; " + k)
return true return true
} }
} }