ringcentral / ringcentral-chatbot-js

RingCentral Chatbot Framework for JavaScript
MIT License
10 stars 7 forks source link

Add an option to disable console.log #39

Open tylerlong opened 2 years ago

tylerlong commented 2 years ago

Like this one:

console.log('WebHook payload:', JSON.stringify(message));
tylerlong commented 2 years ago

For now you may disable logs like this:

console.log = () => {};