[fix] Dead code

This commit is contained in:
ljf 2017-10-04 18:11:40 +02:00
parent 802b189faa
commit 0356a78573

View file

@ -213,11 +213,6 @@
c.redirect('#/tools/reboot');
}
});
app.get('#/tools/reboot/:action/done', function (c) {
var action = c.params['action'].toLowerCase();
if (action == 'reboot' || action == 'shutdown') {
}
});
// Diagnosis
app.get('#/tools/diagnosis(/:private)?', function (c) {