Loweel 4 年 前
コミット
c3e6d64fe4
1 ファイル変更0 行追加2 行削除
  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 {