providers/aws: remove some debug

pull/24/head
Mitchell Hashimoto 12 years ago
parent 0d8f6645fa
commit a6bb0144a6

@ -205,7 +205,6 @@ func resource_aws_instance_diff(
PreProcess: map[string]diff.PreProcessFunc{
"user_data": func(v string) string {
println("SUMMIN: " + v)
hash := sha1.Sum([]byte(v))
return hex.EncodeToString(hash[:])
},

Loading…
Cancel
Save