From a6bb0144a6da1e207f80fa2db5791ebcb1d13005 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 16 Jul 2014 16:46:28 -0700 Subject: [PATCH] providers/aws: remove some debug --- builtin/providers/aws/resource_aws_instance.go | 1 - 1 file changed, 1 deletion(-) 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[:]) },