From 8b97cd5bd7fd8a3aad41d452e8ee1f551f679424 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 2 Apr 2015 12:01:18 +0200 Subject: [PATCH] remove debug --- static/js/list.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/list.js b/static/js/list.js index bb5cfa8f..da2c5491 100644 --- a/static/js/list.js +++ b/static/js/list.js @@ -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])) {