remove two print statements
This commit is contained in:
parent
2375ea4f91
commit
98ecd817ba
1 changed files with 3 additions and 1 deletions
|
@ -729,17 +729,19 @@ pandora.getMetadataByIdOrName = function(item, view, str, callback) {
|
|||
operator: '&'
|
||||
}
|
||||
} : {}), function(result) {
|
||||
Ox.print('RESULT::::::', result)
|
||||
//Ox.print('RESULT::::::', result)
|
||||
var annotation, span;
|
||||
if (result.data.items.length) {
|
||||
span = result.data.items[0];
|
||||
annotation = span.id.split('/')[1];
|
||||
/*
|
||||
Ox.print("SETTING::::", {
|
||||
annotation: annotation,
|
||||
'in': span['in'],
|
||||
out: span.out,
|
||||
position: span['in']
|
||||
});
|
||||
*/
|
||||
type == 'annotation' && pandora.UI.set('videoPoints.' + item, {
|
||||
annotation: annotation,
|
||||
'in': span['in'],
|
||||
|
|
Loading…
Reference in a new issue