mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Remove debugging println
This commit is contained in:
parent
4cd269f3a6
commit
b8ce40e193
1 changed files with 0 additions and 2 deletions
|
@ -67,8 +67,6 @@ func AddRules(analyzer *gas.Analyzer, conf map[string]interface{}) {
|
|||
inc := conf["include"].([]string)
|
||||
exc := conf["exclude"].([]string)
|
||||
|
||||
fmt.Println(len(inc))
|
||||
|
||||
// add included rules
|
||||
if len(inc) == 0 {
|
||||
all = GetFullRuleList()
|
||||
|
|
Loading…
Reference in a new issue