From 018eb899f20458e056381fd7e08d71c4132b6a55 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 24 May 2012 11:51:29 +0200 Subject: [PATCH] remove a print statement --- static/js/pandora/utils.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/static/js/pandora/utils.js b/static/js/pandora/utils.js index 262a1f61..0110c16f 100644 --- a/static/js/pandora/utils.js +++ b/static/js/pandora/utils.js @@ -701,25 +701,6 @@ pandora.getMetadataByIdOrName = function(item, view, str, callback) { }); function getId(type, callback) { if (type) { - Ox.print('getId', - Ox.extend({ - query: { - conditions: [{ - key: isName ? 'name' : 'id', - value: type != 'annotation' ? str : item + '/' + str, - operator: '==' - }], - operator: '&' - }, - keys: type != 'annotation' ? ['id'] : ['id', 'in', 'out'], - range: [0, 1] - }, item && type != 'annotation' ? { - itemQuery: { - conditions: [{key: 'id', value: item, operator: '=='}], - operator: '&' - } - } : {}) - ); pandora.api['find' + Ox.toTitleCase(type + 's')](Ox.extend({ query: { conditions: [{