Tygs / 0bin

Client side encrypted pastebin
https://0bin.net
Do What The F*ck You Want To Public License
1.38k stars 198 forks source link

How could I disable console logging? #148

Closed exitcas closed 2 years ago

exitcas commented 2 years ago

That

ksamuel commented 2 years ago

To my knowledge, there is no logging by 0bin. What are you talking about ?

exitcas commented 2 years ago

I was reffering to the console log, maybe I didn't choose the right words... My fault

ksamuel commented 2 years ago

There is no switch in zerobin to do so. Since you probably don't want to edit the code, your best bet is to redirect the output to /dev/null.

exitcas commented 2 years ago

It works! Thank you!