remove stray log

This commit is contained in:
Aaron Bieber 2024-05-28 15:55:11 -06:00
parent e75c40df19
commit 58c37293bd
No known key found for this signature in database

View File

@ -66,8 +66,6 @@ func SMSListen(store ChatStore, plugins *plugins.Plugins) {
return
}
log.Println(r.Method)
switch r.Method {
case http.MethodPost:
msg = r.Form.Get("Body")