diff options
-rw-r--r-- | statuscake/resource_statuscakessl.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/statuscake/resource_statuscakessl.go b/statuscake/resource_statuscakessl.go index 3dba5bd..f07d6eb 100644 --- a/statuscake/resource_statuscakessl.go +++ b/statuscake/resource_statuscakessl.go | |||
@@ -158,8 +158,6 @@ func CreateSsl(d *schema.ResourceData, meta interface{}) error { | |||
158 | 158 | ||
159 | response, err := statuscake.NewSsls(client).Create(newSsl) | 159 | response, err := statuscake.NewSsls(client).Create(newSsl) |
160 | if err != nil { | 160 | if err != nil { |
161 | fmt.Println(newSsl) | ||
162 | fmt.Println(client) | ||
163 | return fmt.Errorf("Error creating StatusCake Ssl: %s", err.Error()) | 161 | return fmt.Errorf("Error creating StatusCake Ssl: %s", err.Error()) |
164 | } | 162 | } |
165 | 163 | ||