This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit e5a96b3df719dd0934ecc2ab0f8e93d0d34f7c87 Author: Doru Bercea <gheorghe-teod.ber...@ibm.com> AuthorDate: Tue Oct 20 14:00:04 2020 -0400 Remove comment. --- pkg/cmd/inspect.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/cmd/inspect.go b/pkg/cmd/inspect.go index d03c67c..1342128 100644 --- a/pkg/cmd/inspect.go +++ b/pkg/cmd/inspect.go @@ -86,9 +86,6 @@ func (command *inspectCmdOptions) validate(args []string) error { } } - // TODO: validate list of additional dependencies i.e. make sure that each dependency is - // in the correct format. - return nil }