remove a print statement

This commit is contained in:
rolux 2013-02-22 08:00:39 +05:30
parent 7be3a85074
commit 222954a227

View file

@ -356,10 +356,7 @@ pandora.ui.embedPanel = function() {
}; };
that.reloadPanel = 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() { that.resizePanel = function() {