cleaning log

This commit is contained in:
Arjun Patel
2019-03-14 13:15:27 -07:00
parent 0880a36ade
commit c3f6184cc6
-1
View File
@@ -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