Remove debug messsage (mattermost)

This commit is contained in:
Wim 2018-03-05 22:22:20 +01:00
parent ab94b5ca7a
commit 80fcf18e24
1 changed files with 0 additions and 1 deletions

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
}