Remove settings.initialize/uninitialize

this simplifies the startup sequence
This commit is contained in:
Girish Ramakrishnan
2018-11-10 13:58:18 -08:00
parent eddcc6fe27
commit 0c5cb9c98f
16 changed files with 33 additions and 66 deletions
-1
View File
@@ -77,7 +77,6 @@ function start(callback) {
}
function stop(callback) {
exports.events = null;
taskmanager.pauseTasks(callback);
}