Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Dec 18, 2024
1 parent 35831dc commit b04cb07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/resource_site_wlan/sdk_to_terraform_radius.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
"github.com/hashicorp/terraform-plugin-framework/diag"
"github.com/hashicorp/terraform-plugin-framework/types"
"github.com/hashicorp/terraform-plugin-framework/types/basetypes"
"github.com/hashicorp/terraform-plugin-log/tflog"
)

func radiusServersAcctSdkToTerraform(ctx context.Context, diags *diag.Diagnostics, l []models.RadiusAcctServer) basetypes.ListValue {
Expand Down Expand Up @@ -53,7 +52,6 @@ func radiusServersAcctSdkToTerraform(ctx context.Context, diags *diag.Diagnostic

acct_value_list = append(acct_value_list, data)
}
tflog.Warn(ctx, "----------------")

acct_state_list, e := types.ListValueFrom(ctx, AcctServersValue{}.Type(ctx), acct_value_list)
diags.Append(e...)
Expand Down

0 comments on commit b04cb07

Please sign in to comment.