Skip to content

Commit b2faffb

Browse files
committed
Removed unnessary logging
1 parent a12fedf commit b2faffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/middlewares/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const requestLogger = async (req, res, next) => {
121121
},
122122
};
123123

124-
console.log(update);
124+
// console.log(update);
125125

126126
await Stats.findOneAndUpdate({ _id: 'system' }, update, { upsert: true });
127127
});

0 commit comments

Comments
 (0)