Skip to content

Commit

Permalink
[security or] remove dev-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Schenkelchlopfer committed Mar 10, 2022
1 parent 19987e8 commit e163c2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions operation.go
Expand Up @@ -631,8 +631,6 @@ func (operation *Operation) ParseRouterComment(commentLine string) error {

// ParseSecurityComment parses comment for given `security` comment string.
func (operation *Operation) ParseSecurityComment(commentLine string) error {
//var securityMap map[string][]string = map[string][]string{}

var securityMap = make(map[string][]string)
securitySource := commentLine[strings.Index(commentLine, "@Security")+1:]
for _, securityOption := range strings.Split(securitySource, "||") {
Expand Down

0 comments on commit e163c2d

Please sign in to comment.