diff --git a/builtin/providers/librato/resource_librato_alert.go b/builtin/providers/librato/resource_librato_alert.go index 2d08be194..0ee551730 100644 --- a/builtin/providers/librato/resource_librato_alert.go +++ b/builtin/providers/librato/resource_librato_alert.go @@ -100,7 +100,6 @@ func resourceLibratoAlert() *schema.Resource { }, }, }, - // TODO add missing condition attrs }, } } diff --git a/builtin/providers/librato/resource_librato_service.go b/builtin/providers/librato/resource_librato_service.go index 9db8fc450..c012b6307 100644 --- a/builtin/providers/librato/resource_librato_service.go +++ b/builtin/providers/librato/resource_librato_service.go @@ -1,8 +1,6 @@ package librato import ( - // "crypto/sha1" - // "encoding/hex" "encoding/json" "fmt" "log" @@ -39,10 +37,6 @@ func resourceLibratoService() *schema.Resource { Type: schema.TypeString, Required: true, StateFunc: normalizeJson, - //StateFunc: func(v interface{}) string { - // hash := sha1.Sum([]byte(v.(string))) - // return hex.EncodeToString(hash[:]) - //}, }, }, }