Skip to content

Commit ecc87b7

Browse files
committed
removed commented code
1 parent a9f6643 commit ecc87b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/service/odb/cloud_exadata_infrastructure_data_source.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ func (d *dataSourceCloudExadataInfrastructure) Read(ctx context.Context, req dat
227227
)
228228
return
229229
}
230-
231-
//data.CreatedAt = types.StringValue(out.CreatedAt.Format(time.RFC3339))
232230
resp.Diagnostics.Append(flex.Flatten(ctx, out, &data)...)
233231
if resp.Diagnostics.HasError() {
234232
return

0 commit comments

Comments
 (0)