Skip to content

Commit 964b504

Browse files
committed
remove comment
1 parent 07678aa commit 964b504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

instance/cloudServerCreate.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ func (ci *Client) CloudServerCreate(params *CloudServerCreateParams) string {
117117
ci.Die(fmt.Errorf("at least one of the following flags must be set --template --image-id --backup-id"))
118118
}
119119

120-
// TODO - not sure if input validation belongs here or in the command...
121-
122120
validateFields := map[interface{}]interface{}{
123121
params.Zone: map[string]string{"type": "PositiveInt", "optional": "true"},
124122
params.Hostname: "NonEmptyString",

0 commit comments

Comments
 (0)