Skip to content

Commit

Permalink
remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchy committed Oct 29, 2024
1 parent 54fe63a commit 3cc7c62
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import (
"github.com/databricks/terraform-provider-databricks/internal/providers/pluginfw/converters"
"github.com/databricks/terraform-provider-databricks/internal/providers/pluginfw/tfschema"
"github.com/databricks/terraform-provider-databricks/internal/service/sharing_tf"
"github.com/databricks/terraform-provider-databricks/logger"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
Expand Down Expand Up @@ -224,7 +223,6 @@ func (r *ShareResource) Create(ctx context.Context, req resource.CreateRequest,
}

func (r *ShareResource) Read(ctx context.Context, req resource.ReadRequest, resp *resource.ReadResponse) {
logger.SetTfLogger(logger.NewTfLogger(ctx))
var existingState ShareInfoExtended
resp.Diagnostics.Append(req.State.Get(ctx, &existingState)...)
if resp.Diagnostics.HasError() {
Expand Down

0 comments on commit 3cc7c62

Please sign in to comment.