Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chasefleming committed Nov 22, 2024
1 parent a713b8f commit 57fcf30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/dependencymanager/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ func add(
_ flowkit.Services,
_ *flowkit.State,
) (command.Result, error) {
// Output a no-op message using the logger
logger.Info(fmt.Sprintf("%s The 'add' command has been deprecated. Please use 'install' instead.", util.PrintEmoji("⚠️")))
return nil, nil
}

0 comments on commit 57fcf30

Please sign in to comment.