providers/aws: remove some debug

This commit is contained in:
Mitchell Hashimoto 2014-07-16 16:46:28 -07:00
parent 0d8f6645fa
commit a6bb0144a6
1 changed files with 0 additions and 1 deletions

View File

@ -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[:])
},