mirror of
https://github.com/securego/gosec.git
synced 2025-04-21 12:06:56 +02:00
Remove debugging println
This commit is contained in:
parent
4cd269f3a6
commit
b8ce40e193
@ -67,8 +67,6 @@ func AddRules(analyzer *gas.Analyzer, conf map[string]interface{}) {
|
|||||||
inc := conf["include"].([]string)
|
inc := conf["include"].([]string)
|
||||||
exc := conf["exclude"].([]string)
|
exc := conf["exclude"].([]string)
|
||||||
|
|
||||||
fmt.Println(len(inc))
|
|
||||||
|
|
||||||
// add included rules
|
// add included rules
|
||||||
if len(inc) == 0 {
|
if len(inc) == 0 {
|
||||||
all = GetFullRuleList()
|
all = GetFullRuleList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user