diff --git a/chats/sms.go b/chats/sms.go index c0e7aec..e8f9c52 100644 --- a/chats/sms.go +++ b/chats/sms.go @@ -115,8 +115,6 @@ func SMSListen(store ChatStore, plugins *plugins.Plugins) { from = r.URL.Query().Get("from") to := r.URL.Query().Get("to") - log.Println("dst:", to, "did:", from) - for _, p := range *plugins { if p.Match(from, msg) { log.Printf("%s: responding to '%s'", p.Name(), from)