Skip to content
Snippets Groups Projects
Commit eb719bea authored by Bernard Roland (Student Com20)'s avatar Bernard Roland (Student Com20)
Browse files

Removed debug logs

parent 934f2103
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,6 @@ project.get('/:uuid/activity', async (req, res) => {
});
}
} catch (e) {
console.log(e);
res.status(400).json({
status: 'error',
message: 'failed get activity',
......@@ -328,7 +327,6 @@ project.get('/:uuid/completion', async (req, res) => {
});
}
} catch (e) {
console.log(e);
res.status(400).json({
status: 'error',
message: 'failed get completion',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment