Thumbnail

rani/matterbridge.git

Clone URL: https://git.buni.party/rani/matterbridge.git

commit 36fb48e6fd8582c2fc8dc12e23a476b83ab40b56 Author: Wim <wim@42.be> Date: Thu Jun 15 01:30:58 2017 +0000 Remove debug diff --git a/matterclient/matterclient.go b/matterclient/matterclient.go index 1466c07..927518e 100644 --- a/matterclient/matterclient.go +++ b/matterclient/matterclient.go @@ -72910 +7298 @@ func (m *MMClient) initUser() error {   }   t.Channels = mmchannels.Data.(*model.ChannelList)   if m.mmVersion() >= 3.08 { - m.log.Debug("hier")   mmchannels, err = m.Client.GetMoreChannelsPage(0, 5000)   } else { - m.log.Debug("nee hier", m.mmVersion())   mmchannels, err = m.Client.GetMoreChannels("")   }   if err != nil {