ktd
ktd copied to clipboard
Remove prints from loadTdlib
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?
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.