diff --git a/AI.go b/AI.go
index 17c6115..3b1eadd 100644
--- a/AI.go
+++ b/AI.go
@@ -75,21 +75,8 @@ func mitAI(info string) string {
reply := new(mitReply)
decoder := json.NewDecoder(resp.Body)
decoder.Decode(reply)
- log.Printf("reply from qingyunke machine: %s", reply.Responses[0])
+ log.Printf("reply from mit machine: %s", reply.Responses[0])
return reply.Responses[0]
- //body, err := ioutil.ReadAll(resp.Body)
- //re, _ := regexp.Compile("Mitsuku:(.*?)
")
- //all := re.FindSubmatch(body)
- //if len(all) == 0 {
- // return "change another question?"
- //}
- //found := (string(all[1]))
- //log.Printf("reply from mitsuku machine: %s", found)
- //wl := []string{`