From c0615911d201d851745571ea0005bcf5689d18e8 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 20 Mar 2015 19:01:42 +0530 Subject: [PATCH] remove debug output --- static/js/cacheDialog.js | 4 ---- 1 file changed, 4 deletions(-) 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); } }); });