From 98ecd817badac5c0e093c238d45b3e63cf540b77 Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 18 Apr 2012 09:03:50 +0000 Subject: [PATCH] remove two print statements --- static/js/pandora/utils.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index d0932bf86..fa3e97b12 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -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'],