Skip to content

Commit 3166f94

Browse files
Divya-Singh1693hkantare
authored andcommitted
removing debug line
1 parent 5bbc1b4 commit 3166f94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ibm/service/eventnotification/resource_ibm_en_slack_template.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ func resourceIBMEnSlackTemplateUpdate(context context.Context, d *schema.Resourc
207207
options.SetID(parts[1])
208208

209209
options.SetType(d.Get("type").(string))
210-
log.Println(d)
211210

212211
if ok := d.HasChanges("name", "description", "params"); ok {
213212
options.SetName(d.Get("name").(string))

0 commit comments

Comments
 (0)