4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-06-26 14:19:24 +00:00

Cleanup debug messages

This commit is contained in:
Wim
2016-09-20 00:21:14 +02:00
parent 98ff59c716
commit d02a737e0c
2 changed files with 2 additions and 1 deletions

View File

@ -91,6 +91,7 @@ func (b *Birc) Origin() string {
}
func (b *Birc) Send(msg config.Message) error {
flog.Debugf("Receiving %#v", msg)
if msg.FullOrigin == b.FullOrigin() {
return nil
}