linkfy / Tools-for-Instagram

Automation scripts for Instagram
MIT License
501 stars 77 forks source link

Disable console logs #54

Open rahuldahal-zz opened 3 years ago

rahuldahal-zz commented 3 years ago

The What? Is there an option to disable the library's console.log()s ?

The Why?

stemount commented 3 years ago

@rahuldahal this is a good issue to take on.

So the easiest way would be to simply do something in JS for the console.log() function to be wrapped like a proto function.

Could you open a PR for this maybe? as an idea?