summaryrefslogtreecommitdiffstats
path: root/bridge/whatsapp/whatsapp.go
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-03-13 23:51:08 +0100
committerWim <wim@42.be>2022-03-20 14:57:48 +0100
commitd64eed49bc6f2e8a01f922727795eea158cbc56d (patch)
tree4839beeac021d1ee18010ed8864611cdfaaa2481 /bridge/whatsapp/whatsapp.go
parentfffa29c2f359ef59b4d7dd6d118d80ac7427606d (diff)
downloadmatterbridge-msglm-d64eed49bc6f2e8a01f922727795eea158cbc56d.tar.gz
matterbridge-msglm-d64eed49bc6f2e8a01f922727795eea158cbc56d.tar.bz2
matterbridge-msglm-d64eed49bc6f2e8a01f922727795eea158cbc56d.zip
Fix linting (whatsapp)
Diffstat (limited to 'bridge/whatsapp/whatsapp.go')
-rw-r--r--bridge/whatsapp/whatsapp.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bridge/whatsapp/whatsapp.go b/bridge/whatsapp/whatsapp.go
index 7e79ecaf..2ba39c14 100644
--- a/bridge/whatsapp/whatsapp.go
+++ b/bridge/whatsapp/whatsapp.go
@@ -325,9 +325,6 @@ func (b *Bwhatsapp) Send(msg config.Message) (string, error) {
message.Conversation = &text
ID := whatsmeow.GenerateMessageID()
-
- b.Log.Debugf("=> Sending %#v", message)
-
_, err := b.wc.SendMessage(groupJID, ID, &message)
return ID, err