diff --git a/static/js/cacheDialog.js b/static/js/cacheDialog.js index f0fae4b4..dc1d0903 100644 --- a/static/js/cacheDialog.js +++ b/static/js/cacheDialog.js @@ -180,13 +180,9 @@ pandora.ui.cacheDialog = function() { if (!update) { update = true; getCachedVideos(function(files) { - Ox.print(files, item, files.filter(function(f) { return f.item == item})); - Ox.print('downloads', pandora.fs.downloads); cachedVideos = Ox.api(files); $list.reloadList(true); }); - } else { - Ox.print('download', data); } }); });