forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
95b4d33614
commit
466c85190f
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ pandora.ui.filter = function(id) {
|
|||
format: function(value) {
|
||||
var layer = Ox.getObjectById(pandora.site.layers, filter.id),
|
||||
key = Ox.getObjectById(pandora.site.itemKeys, filter.id);
|
||||
console.log('filter', filter, key, layer)
|
||||
if ((layer && layer.translate) || (key && key.translate)) {
|
||||
value = Ox._(value)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue