all procs should load the js from file

This commit is contained in:
barisusakli
2016-11-23 03:21:31 +03:00
parent c987b8474e
commit 259d49e392

View File

@@ -228,10 +228,6 @@ module.exports = function (Meta) {
return;
}
if (nconf.get('isPrimary') !== 'true') {
return callback();
}
file.exists(mapPath, function (exists) {
if (exists) {
paths.push(mapPath);