You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2020/10/21 21:27:44 UTC

[camel-k] 09/13: Remove comment.

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 <gh...@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
 }