remove stray log
This commit is contained in:
parent
e75c40df19
commit
58c37293bd
@ -66,8 +66,6 @@ func SMSListen(store ChatStore, plugins *plugins.Plugins) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println(r.Method)
|
|
||||||
|
|
||||||
switch r.Method {
|
switch r.Method {
|
||||||
case http.MethodPost:
|
case http.MethodPost:
|
||||||
msg = r.Form.Get("Body")
|
msg = r.Form.Get("Body")
|
||||||
|
Loading…
Reference in New Issue
Block a user