Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
haitham911 committed Dec 19, 2024
1 parent 0c90df5 commit a2b820e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/exec/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,6 @@ func processArgsAndFlags(componentType string, inputArgsAndFlags []string) (sche
inputArgsAndFlags = append(inputArgsAndFlags, everythingFlag)
}
}
fmt.Println(inputArgsAndFlags)

// For commands like `atmos terraform plan`, show the command help
if len(inputArgsAndFlags) == 1 && inputArgsAndFlags[0] != "version" {
Expand Down

0 comments on commit a2b820e

Please sign in to comment.