5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 16:50:30 +00:00

Remove debug

This commit is contained in:
Wim 2017-06-15 01:30:58 +02:00
parent 4ec9b6dd4e
commit d540638223

View File

@ -729,10 +729,8 @@ 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 {