Resolved style issue

This commit is contained in:
Dennis Ashby 2015-07-31 06:29:03 -07:00
parent 41af081c55
commit ab723b5490
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ ConfigLoader.loadDataSources = function(rootDir, env) {
*/
ConfigLoader.loadModels = function(rootDir, env) {
/*jshint unused:false */
//return tryReadJsonConfig(rootDir, 'model-config') || {};
return loadNamed(rootDir, env, 'model-config', mergeModelConfig);
};