remove reboot (user cannot initiate anyway)

This commit is contained in:
Girish Ramakrishnan
2016-05-01 13:23:31 -07:00
parent 8254337552
commit f9d4d3014d
3 changed files with 0 additions and 5 deletions

View File

@@ -112,8 +112,6 @@ function reboot(req, res, next) {
// Finish the request, to let the appstore know we triggered the restore it
next(new HttpSuccess(202, {}));
eventlog.add(eventlog.ACTION_REBOOT, req, { });
cloudron.reboot();
}