Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Remove prints from loadTdlib #59

Open
rndev-io opened this issue Jun 30, 2020 · 1 comment
Open

Remove prints from loadTdlib #59

rndev-io opened this issue Jun 30, 2020 · 1 comment

Comments

@rndev-io
Copy link

rndev-io commented Jun 30, 2020

Function loadTdlib has noisy prints and I can't disable it. Eg:

println("Try to load tdlib as library")
...
it.printStackTrace()
println("Try to load tdlib from artifact")
...
it.printStackTrace()
println("Try to load tdlib from local path: $path")
...
println("Can't load tdlib")

Maybe remove this lines?

@whyoleg
Copy link
Owner

whyoleg commented Jun 30, 2020

Yes, good catch, it was useful during testing and understanding what goes wrong from users. Better to replace it with some custom exceptions in next release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants