diff --git a/static/js/filter.js b/static/js/filter.js index dbbfaf4d..57c27864 100644 --- a/static/js/filter.js +++ b/static/js/filter.js @@ -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) }