diff --git a/app/controllers/auth.controller.js b/app/controllers/auth.controller.js index 83c95d5..c1cf147 100644 --- a/app/controllers/auth.controller.js +++ b/app/controllers/auth.controller.js @@ -7,7 +7,6 @@ const { Donor, Organization } = db; // Find a Donor/Org by email + login with JWT exports.login = (type, role) => (req, res, next) => { - console.log('haha'); const curr_types = { donor: Donor, org: Organization