diff --git a/src/app.js b/src/app.js index 1e9f6fbb..9e05c469 100644 --- a/src/app.js +++ b/src/app.js @@ -124,7 +124,6 @@ const prepareEnvironment = function(callback) console.error("There was an error performing preliminary setup operations during Dendro bootup!"); console.error(err.stack); } - return callback(err, results); }); };