added ability to change configs without restart (works for js minification only)

This commit is contained in:
coderaiser 2013-02-23 04:19:16 -05:00
parent ef47727bdc
commit 53d4721ece
3 changed files with 11 additions and 11 deletions

View file

@ -57,11 +57,6 @@
if(!pProcessing)
pProcessing = {};
else
Util.log('warning: configuretion file config.json not found...\n' +
'using default values...\n' +
JSON.stringify(lConfig));
Rest = pProcessing.rest;
Route = pProcessing.route;