Skip to content

Commit

Permalink
resource_storage_bucket: Remove debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Dec 18, 2024
1 parent 28f59a5 commit a59c4c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/storage/resource_storage_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ func (r StorageBucketResource) ImportState(ctx context.Context, req resource.Imp
}

fields, diags := meta.ParseImportID(req.ID)
print("fields: %v", fields)
if diags != nil {
resp.Diagnostics.Append(diags)
return
Expand Down

0 comments on commit a59c4c7

Please sign in to comment.