damonwonghv / youtube-search-api

Get Youtube Search result without any login or api key
MIT License
86 stars 30 forks source link

Silence console logs #19

Closed ThijmenGThN closed 1 year ago

ThijmenGThN commented 1 year ago

The module has been functioning superbly thus far, though I do have a comment regarding the messages it displays on the console when a fetch is initiated. Is it feasible to provide an option to disable the console logs?

image

damonwonghv commented 1 year ago

Removed all console.log already. Only console.error for the current version.