diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 04:19:27 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 04:19:27 +0000 |
| commit | 513312a00975a3fa0848736829e00d46825e853f (patch) | |
| tree | 75430b00c44cc5f9cfd2f56c3ec0a7cd0a472065 /routes | |
| parent | 2a3f37903f693cd5af13dbf8dd7df3d0f4e19ee0 (diff) | |
minor fixes
Diffstat (limited to 'routes')
| -rw-r--r-- | routes/user.js | 2 |
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"); + }); }); |
