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() {