drop support for various serverside config points

This commit is contained in:
ansuz
2019-04-01 12:09:11 +02:00
parent 69f9613e56
commit 4566bf4ed8
3 changed files with 2 additions and 77 deletions

View File

@@ -249,7 +249,6 @@ var historyKeeper;
// Initialize tasks, then rpc, then store, then history keeper and then start the server
var nt = nThen(function (w) {
if (!config.enableTaskScheduling) { return; }
var Tasks = require("./storage/tasks");
console.log("loading task scheduler");
Tasks.create(config, w(function (e, tasks) {