linkfy/Tools-for-Instagram

Disable console logs

Opened this issue · 1 comments

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

The Why?

  • The logs are kinda annoying, simply because there are a lot of them.
  • Seems like the library clears the terminal(while requiring the tools-for-instagram.js), as a result, all the previous logs are lost.

@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?