diff --git a/builtin/providers/aws/resource_aws_instance.go b/builtin/providers/aws/resource_aws_instance.go index 3d1f1c5c4..4da1bb5a6 100644 --- a/builtin/providers/aws/resource_aws_instance.go +++ b/builtin/providers/aws/resource_aws_instance.go @@ -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[:]) },