Remove debugging println

This commit is contained in:
Grant Murphy 2016-11-02 16:25:13 -07:00
parent 4cd269f3a6
commit b8ce40e193

View file

@ -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()