Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrosenthal committed Dec 12, 2023
1 parent 8c6e606 commit 01bf228
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/sncli/tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ func processGetTags(c *cli.Context, opts configOptsOutput) (msg string, err erro
func processAddTags(c *cli.Context, opts configOptsOutput) (msg string, err error) {
// validate input
tagInput := c.String("title")
// parentTitle := c.String("parent")
if strings.TrimSpace(tagInput) == "" {
_ = cli.ShowSubcommandHelp(c)

Expand Down

0 comments on commit 01bf228

Please sign in to comment.