Skip to content

Commit 0d4fab0

Browse files
committed
clean
1 parent 379f387 commit 0d4fab0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

routes/api/hacker.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,11 +315,6 @@ module.exports = {
315315
* @apiPermission Administrator
316316
*/
317317
hackerRouter.route("/assignReviewers").post(
318-
// console.log("sup"),
319-
(req, res, next) => {
320-
console.log('🔥 HIT THE ROUTE!');
321-
next();
322-
},
323318
// Middleware.Validator.RouteParam.idValidator,
324319
// Middleware.Auth.ensureAuthenticated(),
325320
// Middleware.Auth.ensureAuthorized([Services.Hacker.findById]),

0 commit comments

Comments
 (0)