mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-08-11 08:48:09 +00:00
Remove debug messsage (mattermost)
This commit is contained in:
@@ -21,7 +21,6 @@ type Bmattermost struct {
|
|||||||
|
|
||||||
func New(cfg *bridge.Config) bridge.Bridger {
|
func New(cfg *bridge.Config) bridge.Bridger {
|
||||||
b := &Bmattermost{Config: cfg, avatarMap: make(map[string]string)}
|
b := &Bmattermost{Config: cfg, avatarMap: make(map[string]string)}
|
||||||
b.Log.Debugf("MATTERMOST %#v", b.General)
|
|
||||||
return b
|
return b
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user