if (import.meta.env.NODE_ENV === 'production') {
    console.log = function () {};
    console.info = function () {};

}