mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01:00
Remove debug
This commit is contained in:
parent
4ec9b6dd4e
commit
d540638223
@ -729,10 +729,8 @@ func (m *MMClient) initUser() error {
|
|||||||
}
|
}
|
||||||
t.Channels = mmchannels.Data.(*model.ChannelList)
|
t.Channels = mmchannels.Data.(*model.ChannelList)
|
||||||
if m.mmVersion() >= 3.08 {
|
if m.mmVersion() >= 3.08 {
|
||||||
m.log.Debug("hier")
|
|
||||||
mmchannels, err = m.Client.GetMoreChannelsPage(0, 5000)
|
mmchannels, err = m.Client.GetMoreChannelsPage(0, 5000)
|
||||||
} else {
|
} else {
|
||||||
m.log.Debug("nee hier", m.mmVersion())
|
|
||||||
mmchannels, err = m.Client.GetMoreChannels("")
|
mmchannels, err = m.Client.GetMoreChannels("")
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user