remove debug

This commit is contained in:
j 2015-04-02 12:01:18 +02:00
parent ea52722d9f
commit 8b97cd5bd7

View file

@ -132,8 +132,6 @@ pandora.ui.list = function() {
format, info, sortKey = sort[0].key;
if (['title', 'director', 'random'].indexOf(sortKey) > -1) {
info = data['year'] || data['date'] || '';
window.test = data;
console.log('SORT', sortKey, info, data);
} else {
format = pandora.getSortKeyData(sortKey).format;
if (Ox.isUndefined(data[sortKey]) || Ox.isNull(data[sortKey])) {