remove log

This commit is contained in:
Aaron Bieber 2024-07-18 21:44:05 -06:00
parent 757b28d325
commit af5c5d25f4
No known key found for this signature in database

View File

@ -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)