From c3f6184cc64e27044f461f28d25db11733b0e714 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Thu, 14 Mar 2019 13:15:27 -0700 Subject: [PATCH] cleaning log --- app/controllers/auth.controller.js | 1 - 1 file changed, 1 deletion(-) 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