remove debug output

This commit is contained in:
j 2015-03-20 19:01:42 +05:30
parent 3ced9b427d
commit c0615911d2

View file

@ -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);
}
});
});