ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

make the default logs optional #40

Closed kaletaa closed 5 years ago

kaletaa commented 5 years ago

The default logs can be quite annoying while developing a bot, could you make it optional?

By "default logs" I mean these:

(kind: JSMN_STRING, start: 274, stop: 281, size: 0, parent: 34) kaletaa
(kind: JSMN_STRING, start: 233, stop: 240, size: 0, parent: 30) kaletaa
(kind: JSMN_STRING, start: 255, stop: 260, size: 0, parent: 32) private
ba0f3 commented 5 years ago

I think I fixed it already in HEAD

kaletaa commented 5 years ago

I think I fixed it already in HEAD

I just updated the package via nimble and it's still printing them

ba0f3 commented 5 years ago

alrite, lemme check it again

ba0f3 commented 5 years ago

make sure you are using latest version 0.6.5