diff --git a/backend/src/controllers/UserController.js b/backend/src/controllers/UserController.js index 0f00962..6dc0e0f 100644 --- a/backend/src/controllers/UserController.js +++ b/backend/src/controllers/UserController.js @@ -142,7 +142,6 @@ exports.update = async (req, res) => { .status(403) .json({ error: "There must be at leat one admin user." }); } - console.log("found", adminUsers); } await user.update(req.body);