Skip to content

Commit

Permalink
Merge pull request #188 from stgraber/main
Browse files Browse the repository at this point in the history
resource_storage_bucket: Remove debugging
  • Loading branch information
maveonair authored Dec 18, 2024
2 parents 28f59a5 + a59c4c7 commit c5b56f1
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 c5b56f1

Please sign in to comment.