aboutsummaryrefslogtreecommitdiff
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/user.js b/routes/user.js
index ad25ef8..6ae0d80 100644
--- a/routes/user.js
+++ b/routes/user.js
@@ -91,7 +91,7 @@ router.post('/submit_solution/:examID/:qID', function(req,res){
//Redirect to solutions page again
res.redirect('/solutions/' + examID + '/' + qID);
- console.log("CHECK 7");
+
});
});