Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalikconfluent committed Dec 5, 2024
1 parent 083e04b commit b19cc0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/provider/resource_flink_statement.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,6 @@ func flinkStatementCreate(ctx context.Context, d *schema.ResourceData, meta inte

mergedProperties, sensitiveProperties, _ := extractFlinkProperties(d)

tflog.Debug(ctx, fmt.Sprintf("SENSITIVE VALUES: %s", sensitiveProperties))

spec := fgb.NewSqlV1StatementSpec()
spec.SetStatement(statement)
spec.SetProperties(mergedProperties)
Expand Down

0 comments on commit b19cc0a

Please sign in to comment.