Closed oliver-youdooh closed 1 year ago
This PR adds a check for the node env before outputting a console log when a callback is called.
Why? Currently this debug is called in all environments, including production.
@oliver-youdooh thank you for PR
shall we remove this completely? i think that make more sense
Agreed, happy to remove it! It may have been leftover during development.
thanks @oliver-youdooh
This PR adds a check for the node env before outputting a console log when a callback is called.
Why? Currently this debug is called in all environments, including production.