5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-19 15:49:36 +00:00

Remove debug messsage (mattermost)

This commit is contained in:
Wim 2018-03-05 22:22:20 +01:00
parent ab94b5ca7a
commit 80fcf18e24

View File

@ -21,7 +21,6 @@ type Bmattermost struct {
func New(cfg *bridge.Config) bridge.Bridger {
b := &Bmattermost{Config: cfg, avatarMap: make(map[string]string)}
b.Log.Debugf("MATTERMOST %#v", b.General)
return b
}