Skip to content

Commit

Permalink
Remove: logger.info
Browse files Browse the repository at this point in the history
  • Loading branch information
14KGun committed Feb 6, 2024
1 parent 5f5f954 commit 184f8be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ const editAccountHandler = async (req, res) => {
const editProfileImgGetPUrlHandler = async (req, res) => {
try {
const type = req.body.type;
logger.info(type);
const user = await userModel.findOne({ id: req.userId }, "_id");
if (!user) {
return res
Expand Down

0 comments on commit 184f8be

Please sign in to comment.