-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
Hi @andypf, thanks for creating such a great library!
I noticed there are a few console statements in the code. For example, there is console.debug(error) in the isUrl function. It doesn't provide any value to the library users and can add additional noise into console, increase bundle size and slightly impact performance.
What do you think about removing it? It's also possible to introduce log function, which works only with NODE_ENV=development flag.
Metadata
Metadata
Assignees
Labels
No labels