cleanup
This commit is contained in:
parent
77439f300f
commit
d4a9db2c58
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue