Removed a whole bunch of old logging
This commit is contained in:
@@ -83,7 +83,6 @@ er.get('/attendees/:id', async (req: Request, res: Response) => {
|
||||
er.post('/', async (req: Request, res: Response) => {
|
||||
const posterID: number = req.user.id;
|
||||
try {
|
||||
console.log();
|
||||
let data: CourseEventDetails = req.body;
|
||||
data.created_by = posterID;
|
||||
data.event_date = new Date(data.event_date);
|
||||
|
||||
Reference in New Issue
Block a user