remove unneeded logging
This commit is contained in:
parent
38cbc712cb
commit
b7e0d3afcb
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ func main() {
|
|||
select {
|
||||
case <-ticker.C:
|
||||
messages, err := client.Rest().GetMessages(channelTempID, 0, 0, 0, 100)
|
||||
client.Logger().Info(len(messages))
|
||||
if err != nil {
|
||||
client.Logger().Error("error getting messages: ", err)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue