This commit is contained in:
soulgalore 2014-09-22 22:09:28 +02:00
parent 77439f300f
commit d4a9db2c58
1 changed files with 0 additions and 5 deletions

View File

@ -206,11 +206,6 @@ module.exports.registerHelpers = function registerHelpers() {
else {
// TODO we need to change the impl of how the ruleDictionary is implemented,
// now one page needs to be run before it will work
/*
if (ruleDictionary[column.replace('-items','')].hasOwnProperty('name'))
return ruleDictionary[column.replace('-items','')].name;
else console.log("Column:" + column + " " + ruleDictionary[column.replace('-items','')] );
*/
return column;
}
} else if (ruleDictionary.hasOwnProperty(column)) {