Skip to content

Commit

Permalink
fix: remove redundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovatorov committed Jan 6, 2025
1 parent 0a6dc6a commit f0e1d42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/app/enaptercli/cmd_rule_engine_rule_disable.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ func (c *cmdRuleEngineRuleDisable) do(ctx context.Context) error {
if err != nil {
return fmt.Errorf("build request: %w", err)
}

fmt.Println(c.ruleIDs)
return c.doHTTPRequest(ctx, doHTTPRequestParams{
Method: http.MethodPost,
Path: "/batch_disable",
Expand Down

0 comments on commit f0e1d42

Please sign in to comment.