Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wallarm-akalashnikov committed Feb 12, 2024
1 parent 8228c1e commit 21e83b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wallarm/resource_rules_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ func resourceWallarmRulesSettingsRead(d *schema.ResourceData, m interface{}) err
return err
}

fmt.Printf("[INFO] @@@@ READ")

if err := d.Set("min_lom_format", res.Body.MinLomFormat); err != nil {
return err
}
Expand Down Expand Up @@ -233,8 +231,6 @@ func updateRulesSettings(d *schema.ResourceData, m interface{}) error {

params := &wallarm.RuleSettingsParams{}

fmt.Printf("[INFO] @@@@ UPDATE")

if v, ok := d.GetOk("min_lom_format"); ok {
value := v.(int)
params.MinLomFormat = &value
Expand Down

0 comments on commit 21e83b8

Please sign in to comment.