Skip to content

Commit

Permalink
chore(cmd): remove debug trace leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez authored and gansheer committed Dec 17, 2024
1 parent 1643001 commit 8d826d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/bind.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ func (o *bindCmdOptions) run(cmd *cobra.Command, args []string) error {
// for example, `-t camel.properties=a=1 -t camel.properties=b=2` would convert into annotation
// `camel.properties=[a=1,b=2]“.
func maybeBuildArrayNotation(array, value string) string {
fmt.Println(array, value)
if array == "" {
return value
}
Expand Down

0 comments on commit 8d826d4

Please sign in to comment.