Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
  • Loading branch information
zeroalphat committed Oct 24, 2023
1 parent 31f7ea6 commit 2489fa3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/necoperf-cli/cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package cmd

import (
"context"
"fmt"
"strings"

"github.com/spf13/cobra"
Expand Down Expand Up @@ -62,7 +61,6 @@ func containerCompletionFunc(cmd *cobra.Command, args []string, toComplete strin
Name: args[0],
}, pod)
if err != nil {
fmt.Println(err)
return nil, cobra.ShellCompDirectiveError
}

Expand Down

0 comments on commit 2489fa3

Please sign in to comment.