Fix test issues

This commit is contained in:
Chris Veleris 2025-07-12 21:34:47 +03:00
parent 92f82e95c6
commit 39776acf13
3 changed files with 3 additions and 6 deletions

View file

@ -72,8 +72,6 @@ const config = {
production && process.env.TUDUDI_INTERNAL_SSL_ENABLED === 'true',
};
if (environment !== 'production') {
console.log(`Configuration: ${JSON.stringify(config, null, 4)}`);
}
// Configuration logging removed for cleaner test output
module.exports = config;