diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-29 16:18:42 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-09-29 16:18:42 +0100 |
commit | 1b65c97ad17f95bfffa620a8c5b007d0318c0291 (patch) | |
tree | d4c5b975c7a40b3bb06607ea3c63bb47b2abb58f /federationapi/consumers | |
parent | e1bf709eb3e66b5af9f99b9a3d406e3d64ccee44 (diff) |
Remove `Suppressing send-to-device` log line
The behaviour is correct and I have no idea why we are logging it.
Diffstat (limited to 'federationapi/consumers')
-rw-r--r-- | federationapi/consumers/sendtodevice.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/federationapi/consumers/sendtodevice.go b/federationapi/consumers/sendtodevice.go index e44bad72..ffc1d889 100644 --- a/federationapi/consumers/sendtodevice.go +++ b/federationapi/consumers/sendtodevice.go @@ -80,7 +80,6 @@ func (t *OutputSendToDeviceConsumer) onMessage(ctx context.Context, msgs []*nats return true } if originServerName != t.ServerName { - log.WithField("other_server", originServerName).Info("Suppressing send-to-device: originated elsewhere") return true } // Extract the send-to-device event from msg. |