Skip to content

Commit cefb2c8

Browse files
committed
remove log
1 parent 94664a5 commit cefb2c8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

iterative/resource_runner.go

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,14 @@ func resourceRunnerCreate(ctx context.Context, d *schema.ResourceData, m interfa
144144
}
145145
d.Set("custom_data", customData)
146146

147-
diags = append(diags, diag.Diagnostic{
148-
Severity: diag.Error,
149-
Summary: d.Get("custom_data").(string),
150-
})
147+
/*
148+
diags = append(diags, diag.Diagnostic{
149+
Severity: diag.Error,
150+
Summary: d.Get("custom_data").(string),
151+
})
151152
152-
return diags
153+
return diags
154+
*/
153155

154156
cloud := d.Get("cloud").(string)
155157
if len(cloud) == 0 {

0 commit comments

Comments
 (0)