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:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user