From 222954a227229f8cac159bf9b054ece806afeb97 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 22 Feb 2013 08:00:39 +0530 Subject: [PATCH] remove a print statement --- static/js/pandora/embedPanel.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/static/js/pandora/embedPanel.js b/static/js/pandora/embedPanel.js index 3cf3307b..0fbebb65 100644 --- a/static/js/pandora/embedPanel.js +++ b/static/js/pandora/embedPanel.js @@ -356,10 +356,7 @@ pandora.ui.embedPanel = function() { }; that.reloadPanel = function() { - Ox.print('RELOAD::') - that.setElement( - pandora.$ui.embedPanel = pandora.ui.embedPanel() - ); + that.setElement(pandora.$ui.embedPanel = pandora.ui.embedPanel()); }; that.resizePanel = function() {