Browse Source

IPs are back

Loweel 4 years ago
parent
commit
c3e6d64fe4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      classifier.go

+ 0 - 2
classifier.go

@@ -88,8 +88,6 @@ func feedRequest(req *http.Request, class string) {
 
 	feedarray := strings.Fields(feed)
 
-	fmt.Println(feedarray)
-
 	if class == "BAD" {
 		for _, token := range feedarray {