diff --git a/app.js b/app.js index d3ebb53dbb..5c6835918c 100644 --- a/app.js +++ b/app.js @@ -675,10 +675,6 @@ app.get( } ); -app.get('/induce-vomiting', function(req, res, next) { - next(new Error('vomiting induced')); -}); - // put this route last app.get( '/:username',