janet-lang / spork

Various Janet utility modules - the official "Contrib" library.
MIT License
122 stars 35 forks source link

Remove printing of logs #4

Closed pepe closed 4 years ago

pepe commented 4 years ago

Please take this as the start of the debate, if prints should be part of this library. It is nothing critical, but they mangle test log output of one of my library :-).

bakpakin commented 4 years ago

I don't have anything against dropping most of the printing, since most of it can be added in the env argument. The one thing you can't currently no is when a client closes, but I would say that is of minimal concern right now.