remove two print statements

This commit is contained in:
rolux 2012-04-18 09:03:50 +00:00
parent 2375ea4f91
commit 98ecd817ba

View file

@ -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'],