remove log
This commit is contained in:
parent
757b28d325
commit
af5c5d25f4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user