0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

revert console log

This commit is contained in:
Víctor Losada Hernández
2024-08-29 10:47:38 +02:00
parent 4edbfa10b5
commit 78642e514d

View File

@@ -420,12 +420,6 @@ app.get('/account', asyncHandler(async (req, res, next)=>{
}));
const nodeEnv = config.get('node_env');
//console group
console.group();
console.log('Config vars')
console.table(config);
console.groupEnd();
const isLocalEnvironment = config.get('local_environments').includes(nodeEnv);
// Local only
if(isLocalEnvironment){