Remove debug

This commit is contained in:
Wim 2017-06-15 01:30:58 +02:00
parent 4ec9b6dd4e
commit d540638223
1 changed files with 0 additions and 2 deletions

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 {