From 58c37293bd22b458abb2bd4f2e8fc5415eb99e61 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Tue, 28 May 2024 15:55:11 -0600 Subject: [PATCH] remove stray log --- chats/sms.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/chats/sms.go b/chats/sms.go index 99ecbe5..f119608 100644 --- a/chats/sms.go +++ b/chats/sms.go @@ -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")