Remove `Suppressing send-to-device` log line

The behaviour is correct and I have no idea why we are logging it.
This commit is contained in:
Neil Alexander 2022-09-29 16:18:42 +01:00
parent e1bf709eb3
commit 1b65c97ad1
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
1 changed files with 0 additions and 1 deletions

View File

@ -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.