From 42a8feacdd82ab5449214fbed82c80df1ef367a4 Mon Sep 17 00:00:00 2001 From: canove Date: Mon, 7 Sep 2020 09:45:39 -0300 Subject: [PATCH] code cleanup --- backend/src/controllers/UserController.js | 1 - 1 file changed, 1 deletion(-) 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);