forked from 0x2620/pandora
remove debug output
This commit is contained in:
parent
3ced9b427d
commit
c0615911d2
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue