diff --git a/bin/router b/bin/router index fa000fadf4218d391397e0ccb375b0f7979d4469..4b4bb5fe42b65d8756a9c38166995c6bae3bb2e8 100755 --- a/bin/router +++ b/bin/router @@ -121,11 +121,6 @@ app.use(function(req, res, next) { }); }); -// #11 - calls to /code_update from localhost will restart the daemon, -// this feature is not externally accessible and is only used by -// the update logic -shutdown.installUpdateHandler(app, function () {}); - var bindTo = config.get('bind_to'); app.listen(bindTo.port, bindTo.host, function(conn) { logger.info("running on http://" + app.address().address + ":" + app.address().port);