From 002c5fd0d1f0f777b93ba98e2f7081fe510939f1 Mon Sep 17 00:00:00 2001 From: Wim Date: Mon, 19 Sep 2016 23:58:57 +0200 Subject: Cleanup mattermost bridge debug/info messages --- matterclient/matterclient.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'matterclient') diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index 7f67e3da..1bac634e 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -601,7 +601,6 @@ func (m *MMClient) StatusLoop() { func (m *MMClient) initUser() error { m.Lock() defer m.Unlock() - m.log.Debug("initUser()") initLoad, err := m.Client.GetInitialLoad() if err != nil { return err @@ -610,7 +609,7 @@ func (m *MMClient) initUser() error { m.User = initData.User // we only load all team data on initial login. // all other updates are for channels from our (primary) team only. - m.log.Debug("initUser(): loading all team data") + //m.log.Debug("initUser(): loading all team data") for _, v := range initData.Teams { m.Client.SetTeamId(v.Id) mmusers, _ := m.Client.GetProfiles(v.Id, "") -- cgit v1.2.3